Html Css Color HEX #DBA958 Rob Roy

📋 copy color: '#DBA958'

red 219 ◦ green 169 ◦ blue 88

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

Shades of Rob Roy #DBA958

Tints of Rob Roy #DBA958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 46.01%
G = 35.5%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA958 (or 0xDBA958) is known color: Rob Roy. HEX triplet: DB, A9 and 58. RGB value is (219,169,88). Sum of RGB (Red+Green+Blue) = 219+169+88=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA958 is #2456A7. Grayscale: #AFAFAF. Windows color (decimal): -2381480 or 5810651. OLE color: 5810651.

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

Color convert

RGB 219 169 88 -
CMYK 0 0.23 0.60 0.14
HSL 37.1º 0.65% 0.6% -
HSV(B) 37.1º 0.6% 0.86% -
XYZ 45.16 44.14 15.37 -
YUV 174.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 219 169 88 0 0.23 0.60 0.14 37.1 0.65 0.6
Hex DB A9 58 0 17 3C E 25 41 3C
Octal 333 251 130 0 27 74 16 45 101 74
Binary 11011011 10101001 1011000 0 10111 111100 1110 100101 1000001 111100

Color Harmonies of #DBA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA958

Black with #DBA958

Text Example


Text Example

White with #DBA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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