Html Css Color HEX #DFAE5C Rob Roy

📋 copy color: '#DFAE5C'

red 223 ◦ green 174 ◦ blue 92

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

Shades of Rob Roy #DFAE5C

Tints of Rob Roy #DFAE5C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 45.6%
G = 35.58%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFAE5C (or 0xDFAE5C) is known color: Rob Roy. HEX triplet: DF, AE and 5C. RGB value is (223,174,92). Sum of RGB (Red+Green+Blue) = 223+174+92=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE5C is #2051A3. Grayscale: #B3B3B3. Windows color (decimal): -2118052 or 6074079. OLE color: 6074079.

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

Color convert

RGB 223 174 92 -
CMYK 0 0.22 0.59 0.13
HSL 37.56º 0.67% 0.62% -
HSV(B) 37.56º 0.59% 0.87% -
XYZ 47.5 46.73 16.64 -
YUV 179.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 223 174 92 0 0.22 0.59 0.13 37.56 0.67 0.62
Hex DF AE 5C 0 16 3B D 26 43 3E
Octal 337 256 134 0 26 73 15 46 103 76
Binary 11011111 10101110 1011100 0 10110 111011 1101 100110 1000011 111110

Color Harmonies of #DFAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE5C

Black with #DFAE5C

Text Example


Text Example

White with #DFAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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