Html Css Color HEX #DBB354 Rob Roy

📋 copy color: '#DBB354'

red 219 ◦ green 179 ◦ blue 84

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

Shades of Rob Roy #DBB354

Tints of Rob Roy #DBB354

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 45.44%
G = 37.14%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB354 (or 0xDBB354) is known color: Rob Roy. HEX triplet: DB, B3 and 54. RGB value is (219,179,84). Sum of RGB (Red+Green+Blue) = 219+179+84=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB354 is #244CAB. Grayscale: #B4B4B4. Windows color (decimal): -2378924 or 5551067. OLE color: 5551067.

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

Color convert

RGB 219 179 84 -
CMYK 0 0.18 0.62 0.14
HSL 42.22º 0.65% 0.59% -
HSV(B) 42.22º 0.62% 0.86% -
XYZ 46.93 47.94 15.17 -
YUV 180.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 219 179 84 0 0.18 0.62 0.14 42.22 0.65 0.59
Hex DB B3 54 0 12 3E E 2A 41 3B
Octal 333 263 124 0 22 76 16 52 101 73
Binary 11011011 10110011 1010100 0 10010 111110 1110 101010 1000001 111011

Color Harmonies of #DBB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB354

Black with #DBB354

Text Example


Text Example

White with #DBB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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