Html Css Color HEX #DFAA4F Rob Roy

📋 copy color: '#DFAA4F'

red 223 ◦ green 170 ◦ blue 79

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

Shades of Rob Roy #DFAA4F

Tints of Rob Roy #DFAA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 47.25%
G = 36.02%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAA4F (or 0xDFAA4F) is known color: Rob Roy. HEX triplet: DF, AA and 4F. RGB value is (223,170,79). Sum of RGB (Red+Green+Blue) = 223+170+79=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA4F is #2055B0. Grayscale: #AFAFAF. Windows color (decimal): -2119089 or 5221087. OLE color: 5221087.

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

Color convert

RGB 223 170 79 -
CMYK 0 0.24 0.65 0.13
HSL 37.92º 0.69% 0.59% -
HSV(B) 37.92º 0.65% 0.87% -
XYZ 46.22 45 13.65 -
YUV 175.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 223 170 79 0 0.24 0.65 0.13 37.92 0.69 0.59
Hex DF AA 4F 0 18 41 D 26 45 3B
Octal 337 252 117 0 30 101 15 46 105 73
Binary 11011111 10101010 1001111 0 11000 1000001 1101 100110 1000101 111011

Color Harmonies of #DFAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA4F

Black with #DFAA4F

Text Example


Text Example

White with #DFAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA4F; }

 p { color: rgb(223,170,79); }

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

background-color css

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

 a { background-color: rgb(223,170,79); }

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

border-color css

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

 span { border-color: rgb(223,170,79); }

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