Html Css Color HEX #DFA64C Rob Roy

📋 copy color: '#DFA64C'

red 223 ◦ green 166 ◦ blue 76

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

Shades of Rob Roy #DFA64C

Tints of Rob Roy #DFA64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 47.96%
G = 35.7%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFA64C (or 0xDFA64C) is known color: Rob Roy. HEX triplet: DF, A6 and 4C. RGB value is (223,166,76). Sum of RGB (Red+Green+Blue) = 223+166+76=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA64C is #2059B3. Grayscale: #ADADAD. Windows color (decimal): -2120116 or 5023455. OLE color: 5023455.

HSL color Cylindrical-coordinate representation of color #DFA64C: hue angle of 36.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFA64C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 166 76 -
CMYK 0 0.26 0.66 0.13
HSL 36.73º 0.7% 0.59% -
HSV(B) 36.73º 0.66% 0.87% -
XYZ 45.37 43.48 12.84 -
YUV 172.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 223 166 76 0 0.26 0.66 0.13 36.73 0.7 0.59
Hex DF A6 4C 0 1A 42 D 25 46 3B
Octal 337 246 114 0 32 102 15 45 106 73
Binary 11011111 10100110 1001100 0 11010 1000010 1101 100101 1000110 111011

Color Harmonies of #DFA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA64C

Black with #DFA64C

Text Example


Text Example

White with #DFA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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