Html Css Color HEX #DEAB4B Rob Roy

📋 copy color: '#DEAB4B'

red 222 ◦ green 171 ◦ blue 75

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

Shades of Rob Roy #DEAB4B

Tints of Rob Roy #DEAB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 47.44%
G = 36.54%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEAB4B (or 0xDEAB4B) is known color: Rob Roy. HEX triplet: DE, AB and 4B. RGB value is (222,171,75). Sum of RGB (Red+Green+Blue) = 222+171+75=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB4B is #2154B4. Grayscale: #AFAFAF. Windows color (decimal): -2184373 or 4959198. OLE color: 4959198.

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

Color convert

RGB 222 171 75 -
CMYK 0 0.23 0.66 0.13
HSL 39.18º 0.69% 0.58% -
HSV(B) 39.18º 0.66% 0.87% -
XYZ 45.96 45.16 12.95 -
YUV 175.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 222 171 75 0 0.23 0.66 0.13 39.18 0.69 0.58
Hex DE AB 4B 0 17 42 D 27 45 3A
Octal 336 253 113 0 27 102 15 47 105 72
Binary 11011110 10101011 1001011 0 10111 1000010 1101 100111 1000101 111010

Color Harmonies of #DEAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB4B

Black with #DEAB4B

Text Example


Text Example

White with #DEAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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