Html Css Color HEX #DEB650 Rob Roy

📋 copy color: '#DEB650'

red 222 ◦ green 182 ◦ blue 80

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

Shades of Rob Roy #DEB650

Tints of Rob Roy #DEB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 45.87%
G = 37.6%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEB650 (or 0xDEB650) is known color: Rob Roy. HEX triplet: DE, B6 and 50. RGB value is (222,182,80). Sum of RGB (Red+Green+Blue) = 222+182+80=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB650 is #2149AF. Grayscale: #B6B6B6. Windows color (decimal): -2181552 or 5289694. OLE color: 5289694.

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

Color convert

RGB 222 182 80 -
CMYK 0 0.18 0.64 0.13
HSL 43.1º 0.68% 0.59% -
HSV(B) 43.1º 0.64% 0.87% -
XYZ 48.3 49.56 14.61 -
YUV 182.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 222 182 80 0 0.18 0.64 0.13 43.1 0.68 0.59
Hex DE B6 50 0 12 40 D 2B 44 3B
Octal 336 266 120 0 22 100 15 53 104 73
Binary 11011110 10110110 1010000 0 10010 1000000 1101 101011 1000100 111011

Color Harmonies of #DEB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB650

Black with #DEB650

Text Example


Text Example

White with #DEB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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