Html Css Color HEX #DBB555 Rob Roy

📋 copy color: '#DBB555'

red 219 ◦ green 181 ◦ blue 85

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

Shades of Rob Roy #DBB555

Tints of Rob Roy #DBB555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 45.15%
G = 37.32%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB555 (or 0xDBB555) is known color: Rob Roy. HEX triplet: DB, B5 and 55. RGB value is (219,181,85). Sum of RGB (Red+Green+Blue) = 219+181+85=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB555 is #244AAA. Grayscale: #B5B5B5. Windows color (decimal): -2378411 or 5617115. OLE color: 5617115.

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

Color convert

RGB 219 181 85 -
CMYK 0 0.17 0.61 0.14
HSL 42.99º 0.65% 0.6% -
HSV(B) 42.99º 0.61% 0.86% -
XYZ 47.38 48.76 15.51 -
YUV 181.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 219 181 85 0 0.17 0.61 0.14 42.99 0.65 0.6
Hex DB B5 55 0 11 3D E 2B 41 3C
Octal 333 265 125 0 21 75 16 53 101 74
Binary 11011011 10110101 1010101 0 10001 111101 1110 101011 1000001 111100

Color Harmonies of #DBB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB555

Black with #DBB555

Text Example


Text Example

White with #DBB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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