Html Css Color HEX #DFA64B Rob Roy

📋 copy color: '#DFA64B'

red 223 ◦ green 166 ◦ blue 75

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

Shades of Rob Roy #DFA64B

Tints of Rob Roy #DFA64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 48.06%
G = 35.78%
B = 16.16%

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

#DFA64B (or 0xDFA64B) is known color: Rob Roy. HEX triplet: DF, A6 and 4B. RGB value is (223,166,75). Sum of RGB (Red+Green+Blue) = 223+166+75=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA64B is #2059B4. Grayscale: #ADADAD. Windows color (decimal): -2120117 or 4957919. OLE color: 4957919.

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

Color convert

RGB 223 166 75 -
CMYK 0 0.26 0.66 0.13
HSL 36.89º 0.7% 0.58% -
HSV(B) 36.89º 0.66% 0.87% -
XYZ 45.34 43.47 12.66 -
YUV 172.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 223 166 75 0 0.26 0.66 0.13 36.89 0.7 0.58
Hex DF A6 4B 0 1A 42 D 25 46 3A
Octal 337 246 113 0 32 102 15 45 106 72
Binary 11011111 10100110 1001011 0 11010 1000010 1101 100101 1000110 111010

Color Harmonies of #DFA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA64B

Black with #DFA64B

Text Example


Text Example

White with #DFA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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