Html Css Color HEX #DBB156 Rob Roy

📋 copy color: '#DBB156'

red 219 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #DBB156

Tints of Rob Roy #DBB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

 BLUE value IS 86 (33.98% from 255) = 17.84%

R = 45.44%
G = 36.72%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB156 (or 0xDBB156) is known color: Rob Roy. HEX triplet: DB, B1 and 56. RGB value is (219,177,86). Sum of RGB (Red+Green+Blue) = 219+177+86=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB156 is #244EA9. Grayscale: #B3B3B3. Windows color (decimal): -2379434 or 5681627. OLE color: 5681627.

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

Color convert

RGB 219 177 86 -
CMYK 0 0.19 0.61 0.14
HSL 41.05º 0.65% 0.6% -
HSV(B) 41.05º 0.61% 0.86% -
XYZ 46.62 47.18 15.45 -
YUV 179.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 219 177 86 0 0.19 0.61 0.14 41.05 0.65 0.6
Hex DB B1 56 0 13 3D E 29 41 3C
Octal 333 261 126 0 23 75 16 51 101 74
Binary 11011011 10110001 1010110 0 10011 111101 1110 101001 1000001 111100

Color Harmonies of #DBB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB156

Black with #DBB156

Text Example


Text Example

White with #DBB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB156; }

 p { color: rgb(219,177,86); }

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

background-color css

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

 a { background-color: rgb(219,177,86); }

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

border-color css

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

 span { border-color: rgb(219,177,86); }

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