#DFB44D

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

Shades of Rob Roy #DFB44D

Tints of Rob Roy #DFB44D

Color information

#DFB44D (or 0xDFB44D) is unknown color: approx Rob Roy. HEX triplet: DF, B4 and 4D. RGB value is (223,180,77). Sum of RGB (Red+Green+Blue) = 223+180+77=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB44D is #204BB2. Grayscale: #B5B5B5. Windows color (decimal): -2116531 or 5092575. OLE color: 5092575.

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

Color convert

RGB22318077-
CMYK00.190.650.13
HSL42.33º69.52%58.82%-
HSV(B)42.33º65.47%87.45%-
XYZ48.0948.8713.92-
YUV181.1169.25157.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 16.04%
R=46.46%
G=37.5%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231807700.190.650.1342.3369.5258.82
HexDFB44D01341D2a463b
Octal337264115023101155210673
Binary11011111101101001001101010011100000111011010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB44D; }

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

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

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

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

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

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

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

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