Html Css Color HEX #DEAE5C Rob Roy

📋 copy color: '#DEAE5C'

red 222 ◦ green 174 ◦ blue 92

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

Shades of Rob Roy #DEAE5C

Tints of Rob Roy #DEAE5C

RGB

 RED value IS 222 (87.11% from 255) = 45.49%

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

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

R = 45.49%
G = 35.66%
B = 18.85%

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

#DEAE5C (or 0xDEAE5C) is known color: Rob Roy. HEX triplet: DE, AE and 5C. RGB value is (222,174,92). Sum of RGB (Red+Green+Blue) = 222+174+92=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE5C is #2151A3. Grayscale: #B3B3B3. Windows color (decimal): -2183588 or 6074078. OLE color: 6074078.

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

Color convert

RGB 222 174 92 -
CMYK 0 0.22 0.59 0.13
HSL 37.85º 0.66% 0.62% -
HSV(B) 37.85º 0.59% 0.87% -
XYZ 47.19 46.57 16.63 -
YUV 179 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 222 174 92 0 0.22 0.59 0.13 37.85 0.66 0.62
Hex DE AE 5C 0 16 3B D 26 42 3E
Octal 336 256 134 0 26 73 15 46 102 76
Binary 11011110 10101110 1011100 0 10110 111011 1101 100110 1000010 111110

Color Harmonies of #DEAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE5C

Black with #DEAE5C

Text Example


Text Example

White with #DEAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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