Html Css Color HEX #DBB356 Rob Roy

📋 copy color: '#DBB356'

red 219 ◦ green 179 ◦ blue 86

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

Shades of Rob Roy #DBB356

Tints of Rob Roy #DBB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 45.25%
G = 36.98%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB356 (or 0xDBB356) is known color: Rob Roy. HEX triplet: DB, B3 and 56. RGB value is (219,179,86). Sum of RGB (Red+Green+Blue) = 219+179+86=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB356 is #244CA9. Grayscale: #B4B4B4. Windows color (decimal): -2378922 or 5682139. OLE color: 5682139.

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

Color convert

RGB 219 179 86 -
CMYK 0 0.18 0.61 0.14
HSL 41.95º 0.65% 0.6% -
HSV(B) 41.95º 0.61% 0.86% -
XYZ 47.01 47.97 15.59 -
YUV 180.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 219 179 86 0 0.18 0.61 0.14 41.95 0.65 0.6
Hex DB B3 56 0 12 3D E 2A 41 3C
Octal 333 263 126 0 22 75 16 52 101 74
Binary 11011011 10110011 1010110 0 10010 111101 1110 101010 1000001 111100

Color Harmonies of #DBB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB356

Black with #DBB356

Text Example


Text Example

White with #DBB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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