Html Css Color HEX #DBB050 Rob Roy

📋 copy color: '#DBB050'

red 219 ◦ green 176 ◦ blue 80

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

Shades of Rob Roy #DBB050

Tints of Rob Roy #DBB050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 46.11%
G = 37.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB050 (or 0xDBB050) is known color: Rob Roy. HEX triplet: DB, B0 and 50. RGB value is (219,176,80). Sum of RGB (Red+Green+Blue) = 219+176+80=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB050 is #244FAF. Grayscale: #B2B2B2. Windows color (decimal): -2379696 or 5288155. OLE color: 5288155.

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

Color convert

RGB 219 176 80 -
CMYK 0 0.20 0.63 0.14
HSL 41.44º 0.66% 0.59% -
HSV(B) 41.44º 0.63% 0.86% -
XYZ 46.19 46.69 14.17 -
YUV 177.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 219 176 80 0 0.20 0.63 0.14 41.44 0.66 0.59
Hex DB B0 50 0 14 3F E 29 42 3B
Octal 333 260 120 0 24 77 16 51 102 73
Binary 11011011 10110000 1010000 0 10100 111111 1110 101001 1000010 111011

Color Harmonies of #DBB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB050

Black with #DBB050

Text Example


Text Example

White with #DBB050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB050; }

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

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

background-color css

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

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

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

border-color css

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

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

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