Html Css Color HEX #DBAB4F Rob Roy

📋 copy color: '#DBAB4F'

red 219 ◦ green 171 ◦ blue 79

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

Shades of Rob Roy #DBAB4F

Tints of Rob Roy #DBAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.84%

R = 46.7%
G = 36.46%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBAB4F (or 0xDBAB4F) is known color: Rob Roy. HEX triplet: DB, AB and 4F. RGB value is (219,171,79). Sum of RGB (Red+Green+Blue) = 219+171+79=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB4F is #2454B0. Grayscale: #AFAFAF. Windows color (decimal): -2380977 or 5221339. OLE color: 5221339.

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

Color convert

RGB 219 171 79 -
CMYK 0 0.22 0.64 0.14
HSL 39.43º 0.66% 0.58% -
HSV(B) 39.43º 0.64% 0.86% -
XYZ 45.19 44.75 13.65 -
YUV 174.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 219 171 79 0 0.22 0.64 0.14 39.43 0.66 0.58
Hex DB AB 4F 0 16 40 E 27 42 3A
Octal 333 253 117 0 26 100 16 47 102 72
Binary 11011011 10101011 1001111 0 10110 1000000 1110 100111 1000010 111010

Color Harmonies of #DBAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB4F

Black with #DBAB4F

Text Example


Text Example

White with #DBAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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