Html Css Color HEX #DEB051 Rob Roy

📋 copy color: '#DEB051'

red 222 ◦ green 176 ◦ blue 81

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

Shades of Rob Roy #DEB051

Tints of Rob Roy #DEB051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.91%

R = 46.35%
G = 36.74%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEB051 (or 0xDEB051) is known color: Rob Roy. HEX triplet: DE, B0 and 51. RGB value is (222,176,81). Sum of RGB (Red+Green+Blue) = 222+176+81=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB051 is #214FAE. Grayscale: #B3B3B3. Windows color (decimal): -2183087 or 5353694. OLE color: 5353694.

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

Color convert

RGB 222 176 81 -
CMYK 0 0.21 0.64 0.13
HSL 40.43º 0.68% 0.59% -
HSV(B) 40.43º 0.64% 0.87% -
XYZ 47.13 47.17 14.41 -
YUV 178.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 222 176 81 0 0.21 0.64 0.13 40.43 0.68 0.59
Hex DE B0 51 0 15 40 D 28 44 3B
Octal 336 260 121 0 25 100 15 50 104 73
Binary 11011110 10110000 1010001 0 10101 1000000 1101 101000 1000100 111011

Color Harmonies of #DEB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB051

Black with #DEB051

Text Example


Text Example

White with #DEB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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