Html Css Color HEX #DBB353 Rob Roy

📋 copy color: '#DBB353'

red 219 ◦ green 179 ◦ blue 83

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

Shades of Rob Roy #DBB353

Tints of Rob Roy #DBB353

RGB

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

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

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

R = 45.53%
G = 37.21%
B = 17.26%

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

#DBB353 (or 0xDBB353) is known color: Rob Roy. HEX triplet: DB, B3 and 53. RGB value is (219,179,83). Sum of RGB (Red+Green+Blue) = 219+179+83=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB353 is #244CAC. Grayscale: #B4B4B4. Windows color (decimal): -2378925 or 5485531. OLE color: 5485531.

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

Color convert

RGB 219 179 83 -
CMYK 0 0.18 0.62 0.14
HSL 42.35º 0.65% 0.59% -
HSV(B) 42.35º 0.62% 0.86% -
XYZ 46.89 47.92 14.96 -
YUV 180.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 219 179 83 0 0.18 0.62 0.14 42.35 0.65 0.59
Hex DB B3 53 0 12 3E E 2A 41 3B
Octal 333 263 123 0 22 76 16 52 101 73
Binary 11011011 10110011 1010011 0 10010 111110 1110 101010 1000001 111011

Color Harmonies of #DBB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB353

Black with #DBB353

Text Example


Text Example

White with #DBB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB353; }

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

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

background-color css

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

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

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

border-color css

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

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

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