Html Css Color HEX #DBDE97 Primrose

📋 copy color: '#DBDE97'

red 219 ◦ green 222 ◦ blue 151

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

Shades of Primrose #DBDE97

Tints of Primrose #DBDE97

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

 BLUE value IS 151 (59.38% from 255) = 25.51%

R = 36.99%
G = 37.5%
B = 25.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DBDE97 (or 0xDBDE97) is known color: Primrose. HEX triplet: DB, DE and 97. RGB value is (219,222,151). Sum of RGB (Red+Green+Blue) = 219+222+151=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE97 is #242168. Grayscale: #D5D5D5. Windows color (decimal): -2367849 or 9952987. OLE color: 9952987.

HSL color Cylindrical-coordinate representation of color #DBDE97: hue angle of 62.54º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDE97 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 151 -
CMYK 0.01 0 0.32 0.13
HSL 62.54º 0.52% 0.73% -
HSV(B) 62.54º 0.32% 0.87% -
XYZ 60.92 69.54 39.49 -
YUV 213.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 219 222 151 0.01 0 0.32 0.13 62.54 0.52 0.73
Hex DB DE 97 1 0 20 D 3F 34 49
Octal 333 336 227 1 0 40 15 77 64 111
Binary 11011011 11011110 10010111 1 0 100000 1101 111111 110100 1001001

Color Harmonies of #DBDE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE97

Black with #DBDE97

Text Example


Text Example

White with #DBDE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE97; }

 p { color: rgb(219,222,151); }

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

background-color css

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

 a { background-color: rgb(219,222,151); }

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

border-color css

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

 span { border-color: rgb(219,222,151); }

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