Html Css Color HEX #DBD99A Primrose

📋 copy color: '#DBD99A'

red 219 ◦ green 217 ◦ blue 154

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

Shades of Primrose #DBD99A

Tints of Primrose #DBD99A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.78%

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 37.12%
G = 36.78%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBD99A (or 0xDBD99A) is known color: Primrose. HEX triplet: DB, D9 and 9A. RGB value is (219,217,154). Sum of RGB (Red+Green+Blue) = 219+217+154=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD99A is #242665. Grayscale: #D2D2D2. Windows color (decimal): -2369126 or 10148315. OLE color: 10148315.

HSL color Cylindrical-coordinate representation of color #DBD99A: hue angle of 58.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBD99A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 154 -
CMYK 0 0.01 0.30 0.14
HSL 58.15º 0.47% 0.73% -
HSV(B) 58.15º 0.3% 0.86% -
XYZ 59.86 67.02 40.35 -
YUV 210.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 219 217 154 0 0.01 0.30 0.14 58.15 0.47 0.73
Hex DB D9 9A 0 1 1E E 3A 2F 49
Octal 333 331 232 0 1 36 16 72 57 111
Binary 11011011 11011001 10011010 0 1 11110 1110 111010 101111 1001001

Color Harmonies of #DBD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD99A

Black with #DBD99A

Text Example


Text Example

White with #DBD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD99A; }

 p { color: rgb(219,217,154); }

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

background-color css

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

 a { background-color: rgb(219,217,154); }

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

border-color css

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

 span { border-color: rgb(219,217,154); }

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