Html Css Color HEX #DFA64A Rob Roy

📋 copy color: '#DFA64A'

red 223 ◦ green 166 ◦ blue 74

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

Shades of Rob Roy #DFA64A

Tints of Rob Roy #DFA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 48.16%
G = 35.85%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFA64A (or 0xDFA64A) is known color: Rob Roy. HEX triplet: DF, A6 and 4A. RGB value is (223,166,74). Sum of RGB (Red+Green+Blue) = 223+166+74=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA64A is #2059B5. Grayscale: #ACACAC. Windows color (decimal): -2120118 or 4892383. OLE color: 4892383.

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

Color convert

RGB 223 166 74 -
CMYK 0 0.26 0.67 0.13
HSL 37.05º 0.7% 0.58% -
HSV(B) 37.05º 0.67% 0.87% -
XYZ 45.3 43.45 12.48 -
YUV 172.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 223 166 74 0 0.26 0.67 0.13 37.05 0.7 0.58
Hex DF A6 4A 0 1A 43 D 25 46 3A
Octal 337 246 112 0 32 103 15 45 106 72
Binary 11011111 10100110 1001010 0 11010 1000011 1101 100101 1000110 111010

Color Harmonies of #DFA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA64A

Black with #DFA64A

Text Example


Text Example

White with #DFA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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