Html Css Color HEX #DEA54C Rob Roy

📋 copy color: '#DEA54C'

red 222 ◦ green 165 ◦ blue 76

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

Shades of Rob Roy #DEA54C

Tints of Rob Roy #DEA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 47.95%
G = 35.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEA54C (or 0xDEA54C) is known color: Rob Roy. HEX triplet: DE, A5 and 4C. RGB value is (222,165,76). Sum of RGB (Red+Green+Blue) = 222+165+76=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA54C is #215AB3. Grayscale: #ACACAC. Windows color (decimal): -2185908 or 5023198. OLE color: 5023198.

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

Color convert

RGB 222 165 76 -
CMYK 0 0.26 0.66 0.13
HSL 36.58º 0.69% 0.58% -
HSV(B) 36.58º 0.66% 0.87% -
XYZ 44.88 42.96 12.76 -
YUV 171.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 222 165 76 0 0.26 0.66 0.13 36.58 0.69 0.58
Hex DE A5 4C 0 1A 42 D 25 45 3A
Octal 336 245 114 0 32 102 15 45 105 72
Binary 11011110 10100101 1001100 0 11010 1000010 1101 100101 1000101 111010

Color Harmonies of #DEA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA54C

Black with #DEA54C

Text Example


Text Example

White with #DEA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA54C; }

 p { color: rgb(222,165,76); }

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

background-color css

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

 a { background-color: rgb(222,165,76); }

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

border-color css

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

 span { border-color: rgb(222,165,76); }

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