Html Css Color HEX #DEB053 Rob Roy

📋 copy color: '#DEB053'

red 222 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #DEB053

Tints of Rob Roy #DEB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.26%

R = 46.15%
G = 36.59%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEB053 (or 0xDEB053) is known color: Rob Roy. HEX triplet: DE, B0 and 53. RGB value is (222,176,83). Sum of RGB (Red+Green+Blue) = 222+176+83=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB053 is #214FAC. Grayscale: #B3B3B3. Windows color (decimal): -2183085 or 5484766. OLE color: 5484766.

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

Color convert

RGB 222 176 83 -
CMYK 0 0.21 0.63 0.13
HSL 40.14º 0.68% 0.6% -
HSV(B) 40.14º 0.63% 0.87% -
XYZ 47.21 47.2 14.81 -
YUV 179.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 222 176 83 0 0.21 0.63 0.13 40.14 0.68 0.6
Hex DE B0 53 0 15 3F D 28 44 3C
Octal 336 260 123 0 25 77 15 50 104 74
Binary 11011110 10110000 1010011 0 10101 111111 1101 101000 1000100 111100

Color Harmonies of #DEB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB053

Black with #DEB053

Text Example


Text Example

White with #DEB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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