Html Css Color HEX #DBA550 Rob Roy

📋 copy color: '#DBA550'

red 219 ◦ green 165 ◦ blue 80

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

Shades of Rob Roy #DBA550

Tints of Rob Roy #DBA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 47.2%
G = 35.56%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA550 (or 0xDBA550) is known color: Rob Roy. HEX triplet: DB, A5 and 50. RGB value is (219,165,80). Sum of RGB (Red+Green+Blue) = 219+165+80=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA550 is #245AAF. Grayscale: #ABABAB. Windows color (decimal): -2382512 or 5285339. OLE color: 5285339.

HSL color Cylindrical-coordinate representation of color #DBA550: hue angle of 36.69º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBA550 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 80 -
CMYK 0 0.25 0.63 0.14
HSL 36.69º 0.66% 0.59% -
HSV(B) 36.69º 0.63% 0.86% -
XYZ 44.12 42.55 13.48 -
YUV 171.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 219 165 80 0 0.25 0.63 0.14 36.69 0.66 0.59
Hex DB A5 50 0 19 3F E 25 42 3B
Octal 333 245 120 0 31 77 16 45 102 73
Binary 11011011 10100101 1010000 0 11001 111111 1110 100101 1000010 111011

Color Harmonies of #DBA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA550

Black with #DBA550

Text Example


Text Example

White with #DBA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA550; }

 p { color: rgb(219,165,80); }

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

background-color css

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

 a { background-color: rgb(219,165,80); }

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

border-color css

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

 span { border-color: rgb(219,165,80); }

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