Html Css Color HEX #DBAB4A Rob Roy

📋 copy color: '#DBAB4A'

red 219 ◦ green 171 ◦ blue 74

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

Shades of Rob Roy #DBAB4A

Tints of Rob Roy #DBAB4A

RGB

 RED value IS 219 (85.94% from 255) = 47.2%

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

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 47.2%
G = 36.85%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBAB4A (or 0xDBAB4A) is known color: Rob Roy. HEX triplet: DB, AB and 4A. RGB value is (219,171,74). Sum of RGB (Red+Green+Blue) = 219+171+74=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB4A is #2454B5. Grayscale: #AEAEAE. Windows color (decimal): -2380982 or 4893659. OLE color: 4893659.

HSL color Cylindrical-coordinate representation of color #DBAB4A: hue angle of 40.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBAB4A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 74 -
CMYK 0 0.22 0.66 0.14
HSL 40.14º 0.67% 0.57% -
HSV(B) 40.14º 0.66% 0.86% -
XYZ 45.01 44.68 12.73 -
YUV 174.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 219 171 74 0 0.22 0.66 0.14 40.14 0.67 0.57
Hex DB AB 4A 0 16 42 E 28 43 39
Octal 333 253 112 0 26 102 16 50 103 71
Binary 11011011 10101011 1001010 0 10110 1000010 1110 101000 1000011 111001

Color Harmonies of #DBAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB4A

Black with #DBAB4A

Text Example


Text Example

White with #DBAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB4A; }

 p { color: rgb(219,171,74); }

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

background-color css

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

 a { background-color: rgb(219,171,74); }

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

border-color css

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

 span { border-color: rgb(219,171,74); }

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