Html Css Color HEX #DEAB5B Rob Roy

📋 copy color: '#DEAB5B'

red 222 ◦ green 171 ◦ blue 91

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

Shades of Rob Roy #DEAB5B

Tints of Rob Roy #DEAB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.8%

R = 45.87%
G = 35.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEAB5B (or 0xDEAB5B) is known color: Rob Roy. HEX triplet: DE, AB and 5B. RGB value is (222,171,91). Sum of RGB (Red+Green+Blue) = 222+171+91=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB5B is #2154A4. Grayscale: #B1B1B1. Windows color (decimal): -2184357 or 6007774. OLE color: 6007774.

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

Color convert

RGB 222 171 91 -
CMYK 0 0.23 0.59 0.13
HSL 36.64º 0.66% 0.61% -
HSV(B) 36.64º 0.59% 0.87% -
XYZ 46.58 45.41 16.21 -
YUV 177.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 222 171 91 0 0.23 0.59 0.13 36.64 0.66 0.61
Hex DE AB 5B 0 17 3B D 25 42 3D
Octal 336 253 133 0 27 73 15 45 102 75
Binary 11011110 10101011 1011011 0 10111 111011 1101 100101 1000010 111101

Color Harmonies of #DEAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB5B

Black with #DEAB5B

Text Example


Text Example

White with #DEAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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