#DFB04A

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

Shades of Rob Roy #DFB04A

Tints of Rob Roy #DFB04A

Color information

#DFB04A (or 0xDFB04A) is unknown color: approx Rob Roy. HEX triplet: DF, B0 and 4A. RGB value is (223,176,74). Sum of RGB (Red+Green+Blue) = 223+176+74=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB04A is #204FB5. Grayscale: #B2B2B2. Windows color (decimal): -2117558 or 4894943. OLE color: 4894943.

HSL color Cylindrical-coordinate representation of color #DFB04A: hue angle of 41.07º 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 #DFB04A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22317674-
CMYK00.210.670.13
HSL41.07º69.95%58.24%-
HSV(B)41.07º66.82%87.45%-
XYZ47.1947.2313.11-
YUV178.4269.07159.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 74 (29.30% from 255) = 15.64%
R=47.15%
G=37.21%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231767400.210.670.1341.0769.9558.24
HexDFB04A01543D29463a
Octal337260112025103155110672
Binary11011111101100001001010010101100001111011010011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB04A; }

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

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

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

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

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

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

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

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