#DEB051

Color #DEB051 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DEB051

Tints of Rob Roy #DEB051

Color information

#DEB051 (or 0xDEB051) is unknown color: approx 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

RGB22217681-
CMYK00.210.640.13
HSL40.43º68.12%59.41%-
HSV(B)40.43º63.51%87.06%-
XYZ47.1347.1714.41-
YUV178.9272.74158.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221768100.210.640.1340.4368.1259.41
HexDEB05101540D28443b
Octal336260121025100155010473
Binary11011110101100001010001010101100000011011010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>