#DFA34D

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

Shades of Rob Roy #DFA34D

Tints of Rob Roy #DFA34D

Color information

#DFA34D (or 0xDFA34D) is unknown color: approx Rob Roy. HEX triplet: DF, A3 and 4D. RGB value is (223,163,77). Sum of RGB (Red+Green+Blue) = 223+163+77=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA34D is #205CB2. Grayscale: #ABABAB. Windows color (decimal): -2120883 or 5088223. OLE color: 5088223.

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

Color convert

RGB22316377-
CMYK00.270.650.13
HSL35.34º69.52%58.82%-
HSV(B)35.34º65.47%87.45%-
XYZ44.8742.4212.84-
YUV171.1474.88164.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=48.16%
G=35.21%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231637700.270.650.1335.3469.5258.82
HexDFA34D01B41D23463b
Octal337243115033101154310673
Binary11011111101000111001101011011100000111011000111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA34D; }

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

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

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

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

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

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

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

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