Html Css Color HEX #DEB054 Rob Roy

📋 copy color: '#DEB054'

red 222 ◦ green 176 ◦ blue 84

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

Shades of Rob Roy #DEB054

Tints of Rob Roy #DEB054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 84 (33.2% from 255) = 17.43%

R = 46.06%
G = 36.51%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEB054 (or 0xDEB054) is known color: Rob Roy. HEX triplet: DE, B0 and 54. RGB value is (222,176,84). Sum of RGB (Red+Green+Blue) = 222+176+84=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB054 is #214FAB. Grayscale: #B3B3B3. Windows color (decimal): -2183084 or 5550302. OLE color: 5550302.

HSL color Cylindrical-coordinate representation of color #DEB054: hue angle of 40º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEB054 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 84 -
CMYK 0 0.21 0.62 0.13
HSL 40º 0.68% 0.6% -
HSV(B) 40º 0.62% 0.87% -
XYZ 47.25 47.22 15.01 -
YUV 179.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 222 176 84 0 0.21 0.62 0.13 40 0.68 0.6
Hex DE B0 54 0 15 3E D 28 44 3C
Octal 336 260 124 0 25 76 15 50 104 74
Binary 11011110 10110000 1010100 0 10101 111110 1101 101000 1000100 111100

Color Harmonies of #DEB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB054

Black with #DEB054

Text Example


Text Example

White with #DEB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB054; }

 p { color: rgb(222,176,84); }

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

background-color css

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

 a { background-color: rgb(222,176,84); }

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

border-color css

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

 span { border-color: rgb(222,176,84); }

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