Html Css Color HEX #DFA64D Rob Roy

📋 copy color: '#DFA64D'

red 223 ◦ green 166 ◦ blue 77

#DFA64D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DFA64D

Tints of Rob Roy #DFA64D

RGB

 RED value IS 223 (87.5% from 255) = 47.85%

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 47.85%
G = 35.62%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFA64D (or 0xDFA64D) is known color: Rob Roy. HEX triplet: DF, A6 and 4D. RGB value is (223,166,77). Sum of RGB (Red+Green+Blue) = 223+166+77=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA64D is #2059B2. Grayscale: #ADADAD. Windows color (decimal): -2120115 or 5088991. OLE color: 5088991.

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

Color convert

RGB 223 166 77 -
CMYK 0 0.26 0.65 0.13
HSL 36.58º 0.7% 0.59% -
HSV(B) 36.58º 0.65% 0.87% -
XYZ 45.41 43.5 13.02 -
YUV 172.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 223 166 77 0 0.26 0.65 0.13 36.58 0.7 0.59
Hex DF A6 4D 0 1A 41 D 25 46 3B
Octal 337 246 115 0 32 101 15 45 106 73
Binary 11011111 10100110 1001101 0 11010 1000001 1101 100101 1000110 111011

Color Harmonies of #DFA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA64D

Black with #DFA64D

Text Example


Text Example

White with #DFA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA64D; }

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

 H1.HeaderClassName
 {
   color: #DFA64D;
 }
 .AnyTagClassName
 {
   color: #DFA64D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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