Html Css Color HEX #DBAB4C Rob Roy

📋 copy color: '#DBAB4C'

red 219 ◦ green 171 ◦ blue 76

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

Shades of Rob Roy #DBAB4C

Tints of Rob Roy #DBAB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.31%

R = 47%
G = 36.7%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBAB4C (or 0xDBAB4C) is known color: Rob Roy. HEX triplet: DB, AB and 4C. RGB value is (219,171,76). Sum of RGB (Red+Green+Blue) = 219+171+76=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB4C is #2454B3. Grayscale: #AEAEAE. Windows color (decimal): -2380980 or 5024731. OLE color: 5024731.

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

Color convert

RGB 219 171 76 -
CMYK 0 0.22 0.65 0.14
HSL 39.86º 0.67% 0.58% -
HSV(B) 39.86º 0.65% 0.86% -
XYZ 45.08 44.71 13.09 -
YUV 174.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 219 171 76 0 0.22 0.65 0.14 39.86 0.67 0.58
Hex DB AB 4C 0 16 41 E 28 43 3A
Octal 333 253 114 0 26 101 16 50 103 72
Binary 11011011 10101011 1001100 0 10110 1000001 1110 101000 1000011 111010

Color Harmonies of #DBAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB4C

Black with #DBAB4C

Text Example


Text Example

White with #DBAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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