Html Css Color HEX #DEB350 Rob Roy

📋 copy color: '#DEB350'

red 222 ◦ green 179 ◦ blue 80

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

Shades of Rob Roy #DEB350

Tints of Rob Roy #DEB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 46.15%
G = 37.21%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEB350 (or 0xDEB350) is known color: Rob Roy. HEX triplet: DE, B3 and 50. RGB value is (222,179,80). Sum of RGB (Red+Green+Blue) = 222+179+80=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB350 is #214CAF. Grayscale: #B5B5B5. Windows color (decimal): -2182320 or 5288926. OLE color: 5288926.

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

Color convert

RGB 222 179 80 -
CMYK 0 0.19 0.64 0.13
HSL 41.83º 0.68% 0.59% -
HSV(B) 41.83º 0.64% 0.87% -
XYZ 47.69 48.35 14.41 -
YUV 180.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 222 179 80 0 0.19 0.64 0.13 41.83 0.68 0.59
Hex DE B3 50 0 13 40 D 2A 44 3B
Octal 336 263 120 0 23 100 15 52 104 73
Binary 11011110 10110011 1010000 0 10011 1000000 1101 101010 1000100 111011

Color Harmonies of #DEB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB350

Black with #DEB350

Text Example


Text Example

White with #DEB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB350; }

 p { color: rgb(222,179,80); }

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

background-color css

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

 a { background-color: rgb(222,179,80); }

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

border-color css

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

 span { border-color: rgb(222,179,80); }

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