Html Css Color HEX #DEA75C Rob Roy

📋 copy color: '#DEA75C'

red 222 ◦ green 167 ◦ blue 92

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

Shades of Rob Roy #DEA75C

Tints of Rob Roy #DEA75C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

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

R = 46.15%
G = 34.72%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEA75C (or 0xDEA75C) is known color: Rob Roy. HEX triplet: DE, A7 and 5C. RGB value is (222,167,92). Sum of RGB (Red+Green+Blue) = 222+167+92=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA75C is #2158A3. Grayscale: #AFAFAF. Windows color (decimal): -2185380 or 6072286. OLE color: 6072286.

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

Color convert

RGB 222 167 92 -
CMYK 0 0.25 0.59 0.13
HSL 34.62º 0.66% 0.62% -
HSV(B) 34.62º 0.59% 0.87% -
XYZ 45.87 43.94 16.19 -
YUV 174.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 222 167 92 0 0.25 0.59 0.13 34.62 0.66 0.62
Hex DE A7 5C 0 19 3B D 23 42 3E
Octal 336 247 134 0 31 73 15 43 102 76
Binary 11011110 10100111 1011100 0 11001 111011 1101 100011 1000010 111110

Color Harmonies of #DEA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA75C

Black with #DEA75C

Text Example


Text Example

White with #DEA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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