Html Css Color HEX #DBB153 Rob Roy

📋 copy color: '#DBB153'

red 219 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #DBB153

Tints of Rob Roy #DBB153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 45.72%
G = 36.95%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB153 (or 0xDBB153) is known color: Rob Roy. HEX triplet: DB, B1 and 53. RGB value is (219,177,83). Sum of RGB (Red+Green+Blue) = 219+177+83=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB153 is #244EAC. Grayscale: #B3B3B3. Windows color (decimal): -2379437 or 5485019. OLE color: 5485019.

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

Color convert

RGB 219 177 83 -
CMYK 0 0.19 0.62 0.14
HSL 41.47º 0.65% 0.59% -
HSV(B) 41.47º 0.62% 0.86% -
XYZ 46.5 47.13 14.83 -
YUV 178.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 219 177 83 0 0.19 0.62 0.14 41.47 0.65 0.59
Hex DB B1 53 0 13 3E E 29 41 3B
Octal 333 261 123 0 23 76 16 51 101 73
Binary 11011011 10110001 1010011 0 10011 111110 1110 101001 1000001 111011

Color Harmonies of #DBB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB153

Black with #DBB153

Text Example


Text Example

White with #DBB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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