Html Css Color HEX #DEA64E Rob Roy

📋 copy color: '#DEA64E'

red 222 ◦ green 166 ◦ blue 78

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

Shades of Rob Roy #DEA64E

Tints of Rob Roy #DEA64E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 78 (30.86% from 255) = 16.74%

R = 47.64%
G = 35.62%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEA64E (or 0xDEA64E) is known color: Rob Roy. HEX triplet: DE, A6 and 4E. RGB value is (222,166,78). Sum of RGB (Red+Green+Blue) = 222+166+78=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA64E is #2159B1. Grayscale: #ADADAD. Windows color (decimal): -2185650 or 5154526. OLE color: 5154526.

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

Color convert

RGB 222 166 78 -
CMYK 0 0.25 0.65 0.13
HSL 36.67º 0.69% 0.59% -
HSV(B) 36.67º 0.65% 0.87% -
XYZ 45.14 43.35 13.2 -
YUV 172.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 222 166 78 0 0.25 0.65 0.13 36.67 0.69 0.59
Hex DE A6 4E 0 19 41 D 25 45 3B
Octal 336 246 116 0 31 101 15 45 105 73
Binary 11011110 10100110 1001110 0 11001 1000001 1101 100101 1000101 111011

Color Harmonies of #DEA64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA64E

Black with #DEA64E

Text Example


Text Example

White with #DEA64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA64E; }

 p { color: rgb(222,166,78); }

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

background-color css

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

 a { background-color: rgb(222,166,78); }

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

border-color css

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

 span { border-color: rgb(222,166,78); }

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