Html Css Color HEX #DEAB50 Rob Roy

📋 copy color: '#DEAB50'

red 222 ◦ green 171 ◦ blue 80

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

Shades of Rob Roy #DEAB50

Tints of Rob Roy #DEAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 46.93%
G = 36.15%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEAB50 (or 0xDEAB50) is known color: Rob Roy. HEX triplet: DE, AB and 50. RGB value is (222,171,80). Sum of RGB (Red+Green+Blue) = 222+171+80=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB50 is #2154AF. Grayscale: #B0B0B0. Windows color (decimal): -2184368 or 5286878. OLE color: 5286878.

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

Color convert

RGB 222 171 80 -
CMYK 0 0.23 0.64 0.13
HSL 38.45º 0.68% 0.59% -
HSV(B) 38.45º 0.64% 0.87% -
XYZ 46.14 45.23 13.89 -
YUV 175.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 222 171 80 0 0.23 0.64 0.13 38.45 0.68 0.59
Hex DE AB 50 0 17 40 D 26 44 3B
Octal 336 253 120 0 27 100 15 46 104 73
Binary 11011110 10101011 1010000 0 10111 1000000 1101 100110 1000100 111011

Color Harmonies of #DEAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB50

Black with #DEAB50

Text Example


Text Example

White with #DEAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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