Html Css Color HEX #DFAA4E Rob Roy

📋 copy color: '#DFAA4E'

red 223 ◦ green 170 ◦ blue 78

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

Shades of Rob Roy #DFAA4E

Tints of Rob Roy #DFAA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.56%

R = 47.35%
G = 36.09%
B = 16.56%

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

#DFAA4E (or 0xDFAA4E) is known color: Rob Roy. HEX triplet: DF, AA and 4E. RGB value is (223,170,78). Sum of RGB (Red+Green+Blue) = 223+170+78=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA4E is #2055B1. Grayscale: #AFAFAF. Windows color (decimal): -2119090 or 5155551. OLE color: 5155551.

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

Color convert

RGB 223 170 78 -
CMYK 0 0.24 0.65 0.13
HSL 38.07º 0.69% 0.59% -
HSV(B) 38.07º 0.65% 0.87% -
XYZ 46.18 44.99 13.46 -
YUV 175.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 223 170 78 0 0.24 0.65 0.13 38.07 0.69 0.59
Hex DF AA 4E 0 18 41 D 26 45 3B
Octal 337 252 116 0 30 101 15 46 105 73
Binary 11011111 10101010 1001110 0 11000 1000001 1101 100110 1000101 111011

Color Harmonies of #DFAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA4E

Black with #DFAA4E

Text Example


Text Example

White with #DFAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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