#dfa54d

Color #DFA54D Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DFA54D

Tints of Rob Roy #DFA54D

Color information

#DFA54D (or 0xDFA54D) is unknown color: approx Rob Roy. HEX triplet: DF, A5 and 4D. RGB value is (223,165,77). Sum of RGB (Red+Green+Blue) = 223+165+77=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA54D is #205AB2. Grayscale: #ACACAC. Windows color (decimal): -2120371 or 5088735. OLE color: 5088735.

HSL color Cylindrical-coordinate representation of color #DFA54D: hue angle of 36.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFA54D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22316577-
CMYK00.260.650.13
HSL36.16º69.52%58.82%-
HSV(B)36.16º65.47%87.45%-
XYZ45.2343.1312.96-
YUV172.3174.22164.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 77 (30.47% from 255) = 16.56%
R=47.96%
G=35.48%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231657700.260.650.1336.1669.5258.82
HexDFA54D01A41D24463b
Octal337245115032101154410673
Binary11011111101001011001101011010100000111011001001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa54d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa54d; }

 p { color: rgb(223,165,77); }

 H1.HeaderClassName
 {
   color: #dfa54d;
 }
 .AnyTagClassName
 {
   color: #dfa54d;
 }
</style>
background-color css

<style>
 a { background-color: #dfa54d; }

 a { background-color: rgb(223,165,77); }

 div.DivClassName
 {
   background-color: #dfa54d;
 }
 .BgClassName
 {
   background-color: #dfa54d;
 }
</style>
border-color css

<style>
 span { border-color: #dfa54d; }

 span { border-color: rgb(223,165,77); }

 td.TdClassName
 {
   border-color: #dfa54d;
 }
 .TagClassName
 {
   border-color: #dfa54d;
 }
</style>