Html Css Color HEX #DEB255 Rob Roy

📋 copy color: '#DEB255'

red 222 ◦ green 178 ◦ blue 85

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

Shades of Rob Roy #DEB255

Tints of Rob Roy #DEB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 45.77%
G = 36.7%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEB255 (or 0xDEB255) is known color: Rob Roy. HEX triplet: DE, B2 and 55. RGB value is (222,178,85). Sum of RGB (Red+Green+Blue) = 222+178+85=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB255 is #214DAA. Grayscale: #B4B4B4. Windows color (decimal): -2182571 or 5616350. OLE color: 5616350.

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

Color convert

RGB 222 178 85 -
CMYK 0 0.20 0.62 0.13
HSL 40.73º 0.67% 0.6% -
HSV(B) 40.73º 0.62% 0.87% -
XYZ 47.68 48.03 15.35 -
YUV 180.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 222 178 85 0 0.20 0.62 0.13 40.73 0.67 0.6
Hex DE B2 55 0 14 3E D 29 43 3C
Octal 336 262 125 0 24 76 15 51 103 74
Binary 11011110 10110010 1010101 0 10100 111110 1101 101001 1000011 111100

Color Harmonies of #DEB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB255

Black with #DEB255

Text Example


Text Example

White with #DEB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB255; }

 p { color: rgb(222,178,85); }

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

background-color css

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

 a { background-color: rgb(222,178,85); }

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

border-color css

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

 span { border-color: rgb(222,178,85); }

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