#DFA554

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

Shades of Rob Roy #DFA554

Tints of Rob Roy #DFA554

Color information

#DFA554 (or 0xDFA554) is unknown color: approx Rob Roy. HEX triplet: DF, A5 and 54. RGB value is (223,165,84). Sum of RGB (Red+Green+Blue) = 223+165+84=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA554 is #205AAB. Grayscale: #ADADAD. Windows color (decimal): -2120364 or 5547487. OLE color: 5547487.

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

Color convert

RGB22316584-
CMYK00.260.620.13
HSL34.96º68.47%60.2%-
HSV(B)34.96º62.33%87.45%-
XYZ45.4943.2414.34-
YUV173.1177.72163.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 84 (33.20% from 255) = 17.80%
R=47.25%
G=34.96%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231658400.260.620.1334.9668.4760.2
HexDFA55401A3ED23443c
Octal33724512403276154310474
Binary1101111110100101101010001101011111011011000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA554; }

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

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

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

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

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

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

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

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