Html Css Color HEX #DBA558 Rob Roy

📋 copy color: '#DBA558'

red 219 ◦ green 165 ◦ blue 88

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

Shades of Rob Roy #DBA558

Tints of Rob Roy #DBA558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.64%

R = 46.4%
G = 34.96%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA558 (or 0xDBA558) is known color: Rob Roy. HEX triplet: DB, A5 and 58. RGB value is (219,165,88). Sum of RGB (Red+Green+Blue) = 219+165+88=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA558 is #245AA7. Grayscale: #ACACAC. Windows color (decimal): -2382504 or 5809627. OLE color: 5809627.

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

Color convert

RGB 219 165 88 -
CMYK 0 0.25 0.60 0.14
HSL 35.27º 0.65% 0.6% -
HSV(B) 35.27º 0.6% 0.86% -
XYZ 44.43 42.67 15.13 -
YUV 172.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 219 165 88 0 0.25 0.60 0.14 35.27 0.65 0.6
Hex DB A5 58 0 19 3C E 23 41 3C
Octal 333 245 130 0 31 74 16 43 101 74
Binary 11011011 10100101 1011000 0 11001 111100 1110 100011 1000001 111100

Color Harmonies of #DBA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA558

Black with #DBA558

Text Example


Text Example

White with #DBA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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