Html Css Color HEX #DBB259 Rob Roy

📋 copy color: '#DBB259'

red 219 ◦ green 178 ◦ blue 89

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

Shades of Rob Roy #DBB259

Tints of Rob Roy #DBB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

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

R = 45.06%
G = 36.63%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB259 (or 0xDBB259) is known color: Rob Roy. HEX triplet: DB, B2 and 59. RGB value is (219,178,89). Sum of RGB (Red+Green+Blue) = 219+178+89=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB259 is #244DA6. Grayscale: #B4B4B4. Windows color (decimal): -2379175 or 5878491. OLE color: 5878491.

HSL color Cylindrical-coordinate representation of color #DBB259: hue angle of 41.08º 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 #DBB259 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 89 -
CMYK 0 0.19 0.59 0.14
HSL 41.08º 0.64% 0.6% -
HSV(B) 41.08º 0.59% 0.86% -
XYZ 46.94 47.62 16.17 -
YUV 180.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 219 178 89 0 0.19 0.59 0.14 41.08 0.64 0.6
Hex DB B2 59 0 13 3B E 29 40 3C
Octal 333 262 131 0 23 73 16 51 100 74
Binary 11011011 10110010 1011001 0 10011 111011 1110 101001 1000000 111100

Color Harmonies of #DBB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB259

Black with #DBB259

Text Example


Text Example

White with #DBB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB259; }

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

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

background-color css

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

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

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

border-color css

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

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

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