Html Css Color HEX #DEB152 Rob Roy

📋 copy color: '#DEB152'

red 222 ◦ green 177 ◦ blue 82

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

Shades of Rob Roy #DEB152

Tints of Rob Roy #DEB152

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 82 (32.42% from 255) = 17.05%

R = 46.15%
G = 36.8%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEB152 (or 0xDEB152) is known color: Rob Roy. HEX triplet: DE, B1 and 52. RGB value is (222,177,82). Sum of RGB (Red+Green+Blue) = 222+177+82=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB152 is #214EAD. Grayscale: #B4B4B4. Windows color (decimal): -2182830 or 5419486. OLE color: 5419486.

HSL color Cylindrical-coordinate representation of color #DEB152: hue angle of 40.71º 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 #DEB152 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 82 -
CMYK 0 0.20 0.63 0.13
HSL 40.71º 0.68% 0.6% -
HSV(B) 40.71º 0.63% 0.87% -
XYZ 47.37 47.58 14.67 -
YUV 179.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 222 177 82 0 0.20 0.63 0.13 40.71 0.68 0.6
Hex DE B1 52 0 14 3F D 29 44 3C
Octal 336 261 122 0 24 77 15 51 104 74
Binary 11011110 10110001 1010010 0 10100 111111 1101 101001 1000100 111100

Color Harmonies of #DEB152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB152

Black with #DEB152

Text Example


Text Example

White with #DEB152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB152; }

 p { color: rgb(222,177,82); }

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

background-color css

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

 a { background-color: rgb(222,177,82); }

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

border-color css

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

 span { border-color: rgb(222,177,82); }

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