Html Css Color HEX #DBB059 Rob Roy

📋 copy color: '#DBB059'

red 219 ◦ green 176 ◦ blue 89

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

Shades of Rob Roy #DBB059

Tints of Rob Roy #DBB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 89 (35.16% from 255) = 18.39%

R = 45.25%
G = 36.36%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB059 (or 0xDBB059) is known color: Rob Roy. HEX triplet: DB, B0 and 59. RGB value is (219,176,89). Sum of RGB (Red+Green+Blue) = 219+176+89=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB059 is #244FA6. Grayscale: #B3B3B3. Windows color (decimal): -2379687 or 5877979. OLE color: 5877979.

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

Color convert

RGB 219 176 89 -
CMYK 0 0.20 0.59 0.14
HSL 40.15º 0.64% 0.6% -
HSV(B) 40.15º 0.59% 0.86% -
XYZ 46.54 46.83 16.04 -
YUV 178.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 219 176 89 0 0.20 0.59 0.14 40.15 0.64 0.6
Hex DB B0 59 0 14 3B E 28 40 3C
Octal 333 260 131 0 24 73 16 50 100 74
Binary 11011011 10110000 1011001 0 10100 111011 1110 101000 1000000 111100

Color Harmonies of #DBB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB059

Black with #DBB059

Text Example


Text Example

White with #DBB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB059; }

 p { color: rgb(219,176,89); }

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

background-color css

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

 a { background-color: rgb(219,176,89); }

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

border-color css

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

 span { border-color: rgb(219,176,89); }

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