Html Css Color HEX #DEA64A Rob Roy

📋 copy color: '#DEA64A'

red 222 ◦ green 166 ◦ blue 74

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

Shades of Rob Roy #DEA64A

Tints of Rob Roy #DEA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.02%

R = 48.05%
G = 35.93%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEA64A (or 0xDEA64A) is known color: Rob Roy. HEX triplet: DE, A6 and 4A. RGB value is (222,166,74). Sum of RGB (Red+Green+Blue) = 222+166+74=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA64A is #2159B5. Grayscale: #ACACAC. Windows color (decimal): -2185654 or 4892382. OLE color: 4892382.

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

Color convert

RGB 222 166 74 -
CMYK 0 0.25 0.67 0.13
HSL 37.3º 0.69% 0.58% -
HSV(B) 37.3º 0.67% 0.87% -
XYZ 45 43.3 12.46 -
YUV 172.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 222 166 74 0 0.25 0.67 0.13 37.3 0.69 0.58
Hex DE A6 4A 0 19 43 D 25 45 3A
Octal 336 246 112 0 31 103 15 45 105 72
Binary 11011110 10100110 1001010 0 11001 1000011 1101 100101 1000101 111010

Color Harmonies of #DEA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA64A

Black with #DEA64A

Text Example


Text Example

White with #DEA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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