Html Css Color HEX #DFAA5C Rob Roy

📋 copy color: '#DFAA5C'

red 223 ◦ green 170 ◦ blue 92

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

Shades of Rob Roy #DFAA5C

Tints of Rob Roy #DFAA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 45.98%
G = 35.05%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFAA5C (or 0xDFAA5C) is known color: Rob Roy. HEX triplet: DF, AA and 5C. RGB value is (223,170,92). Sum of RGB (Red+Green+Blue) = 223+170+92=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA5C is #2055A3. Grayscale: #B1B1B1. Windows color (decimal): -2119076 or 6073055. OLE color: 6073055.

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

Color convert

RGB 223 170 92 -
CMYK 0 0.24 0.59 0.13
HSL 35.73º 0.67% 0.62% -
HSV(B) 35.73º 0.59% 0.87% -
XYZ 46.74 45.21 16.39 -
YUV 176.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 223 170 92 0 0.24 0.59 0.13 35.73 0.67 0.62
Hex DF AA 5C 0 18 3B D 24 43 3E
Octal 337 252 134 0 30 73 15 44 103 76
Binary 11011111 10101010 1011100 0 11000 111011 1101 100100 1000011 111110

Color Harmonies of #DFAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA5C

Black with #DFAA5C

Text Example


Text Example

White with #DFAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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