Html Css Color HEX #DFAA5E Rob Roy

📋 copy color: '#DFAA5E'

red 223 ◦ green 170 ◦ blue 94

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

Shades of Rob Roy #DFAA5E

Tints of Rob Roy #DFAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.3%

R = 45.79%
G = 34.91%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFAA5E (or 0xDFAA5E) is known color: Rob Roy. HEX triplet: DF, AA and 5E. RGB value is (223,170,94). Sum of RGB (Red+Green+Blue) = 223+170+94=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA5E is #2055A1. Grayscale: #B1B1B1. Windows color (decimal): -2119074 or 6204127. OLE color: 6204127.

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

Color convert

RGB 223 170 94 -
CMYK 0 0.24 0.58 0.13
HSL 35.35º 0.67% 0.62% -
HSV(B) 35.35º 0.58% 0.87% -
XYZ 46.83 45.25 16.85 -
YUV 177.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 223 170 94 0 0.24 0.58 0.13 35.35 0.67 0.62
Hex DF AA 5E 0 18 3A D 23 43 3E
Octal 337 252 136 0 30 72 15 43 103 76
Binary 11011111 10101010 1011110 0 11000 111010 1101 100011 1000011 111110

Color Harmonies of #DFAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA5E

Black with #DFAA5E

Text Example


Text Example

White with #DFAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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