Html Css Color HEX #DEAB52 Rob Roy

📋 copy color: '#DEAB52'

red 222 ◦ green 171 ◦ blue 82

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

Shades of Rob Roy #DEAB52

Tints of Rob Roy #DEAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 46.74%
G = 36%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEAB52 (or 0xDEAB52) is known color: Rob Roy. HEX triplet: DE, AB and 52. RGB value is (222,171,82). Sum of RGB (Red+Green+Blue) = 222+171+82=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAB52 is #2154AD. Grayscale: #B0B0B0. Windows color (decimal): -2184366 or 5417950. OLE color: 5417950.

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

Color convert

RGB 222 171 82 -
CMYK 0 0.23 0.63 0.13
HSL 38.14º 0.68% 0.6% -
HSV(B) 38.14º 0.63% 0.87% -
XYZ 46.21 45.26 14.28 -
YUV 176.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 222 171 82 0 0.23 0.63 0.13 38.14 0.68 0.6
Hex DE AB 52 0 17 3F D 26 44 3C
Octal 336 253 122 0 27 77 15 46 104 74
Binary 11011110 10101011 1010010 0 10111 111111 1101 100110 1000100 111100

Color Harmonies of #DEAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB52

Black with #DEAB52

Text Example


Text Example

White with #DEAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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