#DFB34A

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

Shades of Rob Roy #DFB34A

Tints of Rob Roy #DFB34A

Color information

#DFB34A (or 0xDFB34A) is unknown color: approx Rob Roy. HEX triplet: DF, B3 and 4A. RGB value is (223,179,74). Sum of RGB (Red+Green+Blue) = 223+179+74=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB34A is #204CB5. Grayscale: #B4B4B4. Windows color (decimal): -2116790 or 4895711. OLE color: 4895711.

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

Color convert

RGB22317974-
CMYK00.200.670.13
HSL42.28º69.95%58.24%-
HSV(B)42.28º66.82%87.45%-
XYZ47.7948.4213.31-
YUV180.1968.08158.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.85%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 74 (29.30% from 255) = 15.55%
R=46.85%
G=37.61%
B=15.55%

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
Decimal2231797400.200.670.1342.2869.9558.24
HexDFB34A01443D2a463a
Octal337263112024103155210672
Binary11011111101100111001010010100100001111011010101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB34A; }

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

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

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

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

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

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

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

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