Html Css Color HEX #DBB557 Rob Roy

📋 copy color: '#DBB557'

red 219 ◦ green 181 ◦ blue 87

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

Shades of Rob Roy #DBB557

Tints of Rob Roy #DBB557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 87 (34.38% from 255) = 17.86%

R = 44.97%
G = 37.17%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB557 (or 0xDBB557) is known color: Rob Roy. HEX triplet: DB, B5 and 57. RGB value is (219,181,87). Sum of RGB (Red+Green+Blue) = 219+181+87=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 87 (34.38% from 255 or 17.86% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB557 is #244AA8. Grayscale: #B6B6B6. Windows color (decimal): -2378409 or 5748187. OLE color: 5748187.

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

Color convert

RGB 219 181 87 -
CMYK 0 0.17 0.60 0.14
HSL 42.73º 0.65% 0.6% -
HSV(B) 42.73º 0.6% 0.86% -
XYZ 47.46 48.8 15.93 -
YUV 181.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 219 181 87 0 0.17 0.60 0.14 42.73 0.65 0.6
Hex DB B5 57 0 11 3C E 2B 41 3C
Octal 333 265 127 0 21 74 16 53 101 74
Binary 11011011 10110101 1010111 0 10001 111100 1110 101011 1000001 111100

Color Harmonies of #DBB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB557

Black with #DBB557

Text Example


Text Example

White with #DBB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB557; }

 p { color: rgb(219,181,87); }

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

background-color css

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

 a { background-color: rgb(219,181,87); }

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

border-color css

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

 span { border-color: rgb(219,181,87); }

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