Html Css Color HEX #DBB554 Rob Roy

📋 copy color: '#DBB554'

red 219 ◦ green 181 ◦ blue 84

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

Shades of Rob Roy #DBB554

Tints of Rob Roy #DBB554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.36%

R = 45.25%
G = 37.4%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB554 (or 0xDBB554) is known color: Rob Roy. HEX triplet: DB, B5 and 54. RGB value is (219,181,84). Sum of RGB (Red+Green+Blue) = 219+181+84=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB554 is #244AAB. Grayscale: #B5B5B5. Windows color (decimal): -2378412 or 5551579. OLE color: 5551579.

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

Color convert

RGB 219 181 84 -
CMYK 0 0.17 0.62 0.14
HSL 43.11º 0.65% 0.59% -
HSV(B) 43.11º 0.62% 0.86% -
XYZ 47.34 48.75 15.3 -
YUV 181.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 219 181 84 0 0.17 0.62 0.14 43.11 0.65 0.59
Hex DB B5 54 0 11 3E E 2B 41 3B
Octal 333 265 124 0 21 76 16 53 101 73
Binary 11011011 10110101 1010100 0 10001 111110 1110 101011 1000001 111011

Color Harmonies of #DBB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB554

Black with #DBB554

Text Example


Text Example

White with #DBB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB554; }

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

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

background-color css

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

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

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

border-color css

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

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

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