Html Css Color HEX #DBDA99 Primrose

📋 copy color: '#DBDA99'

red 219 ◦ green 218 ◦ blue 153

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

Shades of Primrose #DBDA99

Tints of Primrose #DBDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.95%

 BLUE value IS 153 (60.16% from 255) = 25.93%

R = 37.12%
G = 36.95%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBDA99 (or 0xDBDA99) is known color: Primrose. HEX triplet: DB, DA and 99. RGB value is (219,218,153). Sum of RGB (Red+Green+Blue) = 219+218+153=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA99 is #242566. Grayscale: #D3D3D3. Windows color (decimal): -2368871 or 10083035. OLE color: 10083035.

HSL color Cylindrical-coordinate representation of color #DBDA99: hue angle of 59.09º degrees, saturation: 0.48, 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 #DBDA99 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 153 -
CMYK 0 0.00 0.30 0.14
HSL 59.09º 0.48% 0.73% -
HSV(B) 59.09º 0.3% 0.86% -
XYZ 60.03 67.5 40 -
YUV 210.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 219 218 153 0 0.00 0.30 0.14 59.09 0.48 0.73
Hex DB DA 99 0 0 1E E 3B 30 49
Octal 333 332 231 0 0 36 16 73 60 111
Binary 11011011 11011010 10011001 0 0 11110 1110 111011 110000 1001001

Color Harmonies of #DBDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA99

Black with #DBDA99

Text Example


Text Example

White with #DBDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA99; }

 p { color: rgb(219,218,153); }

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

background-color css

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

 a { background-color: rgb(219,218,153); }

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

border-color css

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

 span { border-color: rgb(219,218,153); }

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