Html Css Color HEX #DEA85C Rob Roy

📋 copy color: '#DEA85C'

red 222 ◦ green 168 ◦ blue 92

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

Shades of Rob Roy #DEA85C

Tints of Rob Roy #DEA85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 46.06%
G = 34.85%
B = 19.09%

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

#DEA85C (or 0xDEA85C) is known color: Rob Roy. HEX triplet: DE, A8 and 5C. RGB value is (222,168,92). Sum of RGB (Red+Green+Blue) = 222+168+92=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA85C is #2157A3. Grayscale: #AFAFAF. Windows color (decimal): -2185124 or 6072542. OLE color: 6072542.

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

Color convert

RGB 222 168 92 -
CMYK 0 0.24 0.59 0.13
HSL 35.08º 0.66% 0.62% -
HSV(B) 35.08º 0.59% 0.87% -
XYZ 46.06 44.31 16.25 -
YUV 175.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 222 168 92 0 0.24 0.59 0.13 35.08 0.66 0.62
Hex DE A8 5C 0 18 3B D 23 42 3E
Octal 336 250 134 0 30 73 15 43 102 76
Binary 11011110 10101000 1011100 0 11000 111011 1101 100011 1000010 111110

Color Harmonies of #DEA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA85C

Black with #DEA85C

Text Example


Text Example

White with #DEA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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