Html Css Color HEX #DEB54C Rob Roy

📋 copy color: '#DEB54C'

red 222 ◦ green 181 ◦ blue 76

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

Shades of Rob Roy #DEB54C

Tints of Rob Roy #DEB54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 46.35%
G = 37.79%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEB54C (or 0xDEB54C) is known color: Rob Roy. HEX triplet: DE, B5 and 4C. RGB value is (222,181,76). Sum of RGB (Red+Green+Blue) = 222+181+76=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB54C is #214AB3. Grayscale: #B5B5B5. Windows color (decimal): -2181812 or 5027294. OLE color: 5027294.

HSL color Cylindrical-coordinate representation of color #DEB54C: hue angle of 43.15º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEB54C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 76 -
CMYK 0 0.18 0.66 0.13
HSL 43.15º 0.69% 0.58% -
HSV(B) 43.15º 0.66% 0.87% -
XYZ 47.95 49.1 13.79 -
YUV 181.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 222 181 76 0 0.18 0.66 0.13 43.15 0.69 0.58
Hex DE B5 4C 0 12 42 D 2B 45 3A
Octal 336 265 114 0 22 102 15 53 105 72
Binary 11011110 10110101 1001100 0 10010 1000010 1101 101011 1000101 111010

Color Harmonies of #DEB54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB54C

Black with #DEB54C

Text Example


Text Example

White with #DEB54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB54C; }

 p { color: rgb(222,181,76); }

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

background-color css

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

 a { background-color: rgb(222,181,76); }

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

border-color css

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

 span { border-color: rgb(222,181,76); }

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