#DFB24A

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

Shades of Rob Roy #DFB24A

Tints of Rob Roy #DFB24A

Color information

#DFB24A (or 0xDFB24A) is unknown color: approx Rob Roy. HEX triplet: DF, B2 and 4A. RGB value is (223,178,74). Sum of RGB (Red+Green+Blue) = 223+178+74=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB24A is #204DB5. Grayscale: #B4B4B4. Windows color (decimal): -2117046 or 4895455. OLE color: 4895455.

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

Color convert

RGB22317874-
CMYK00.200.670.13
HSL41.88º69.95%58.24%-
HSV(B)41.88º66.82%87.45%-
XYZ47.5948.0213.24-
YUV179.668.41158.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 74 (29.30% from 255) = 15.58%
R=46.95%
G=37.47%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231787400.200.670.1341.8869.9558.24
HexDFB24A01443D2a463a
Octal337262112024103155210672
Binary11011111101100101001010010100100001111011010101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB24A; }

 p { color: rgb(223,178,74); }

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

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

 a { background-color: rgb(223,178,74); }

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

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

 span { border-color: rgb(223,178,74); }

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