Html Css Color HEX #DFAA4D Rob Roy

📋 copy color: '#DFAA4D'

red 223 ◦ green 170 ◦ blue 77

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

Shades of Rob Roy #DFAA4D

Tints of Rob Roy #DFAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.38%

R = 47.45%
G = 36.17%
B = 16.38%

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

#DFAA4D (or 0xDFAA4D) is known color: Rob Roy. HEX triplet: DF, AA and 4D. RGB value is (223,170,77). Sum of RGB (Red+Green+Blue) = 223+170+77=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA4D is #2055B2. Grayscale: #AFAFAF. Windows color (decimal): -2119091 or 5090015. OLE color: 5090015.

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

Color convert

RGB 223 170 77 -
CMYK 0 0.24 0.65 0.13
HSL 38.22º 0.7% 0.59% -
HSV(B) 38.22º 0.65% 0.87% -
XYZ 46.15 44.97 13.27 -
YUV 175.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 223 170 77 0 0.24 0.65 0.13 38.22 0.7 0.59
Hex DF AA 4D 0 18 41 D 26 46 3B
Octal 337 252 115 0 30 101 15 46 106 73
Binary 11011111 10101010 1001101 0 11000 1000001 1101 100110 1000110 111011

Color Harmonies of #DFAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA4D

Black with #DFAA4D

Text Example


Text Example

White with #DFAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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