Html Css Color HEX #DBB150 Rob Roy

📋 copy color: '#DBB150'

red 219 ◦ green 177 ◦ blue 80

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

Shades of Rob Roy #DBB150

Tints of Rob Roy #DBB150

RGB

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

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

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

R = 46.01%
G = 37.18%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB150 (or 0xDBB150) is known color: Rob Roy. HEX triplet: DB, B1 and 50. RGB value is (219,177,80). Sum of RGB (Red+Green+Blue) = 219+177+80=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB150 is #244EAF. Grayscale: #B2B2B2. Windows color (decimal): -2379440 or 5288411. OLE color: 5288411.

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

Color convert

RGB 219 177 80 -
CMYK 0 0.19 0.63 0.14
HSL 41.87º 0.66% 0.59% -
HSV(B) 41.87º 0.63% 0.86% -
XYZ 46.38 47.08 14.23 -
YUV 178.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 219 177 80 0 0.19 0.63 0.14 41.87 0.66 0.59
Hex DB B1 50 0 13 3F E 2A 42 3B
Octal 333 261 120 0 23 77 16 52 102 73
Binary 11011011 10110001 1010000 0 10011 111111 1110 101010 1000010 111011

Color Harmonies of #DBB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB150

Black with #DBB150

Text Example


Text Example

White with #DBB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB150; }

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

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

background-color css

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

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

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

border-color css

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

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

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