Html Css Color HEX #DBE19D Primrose

📋 copy color: '#DBE19D'

red 219 ◦ green 225 ◦ blue 157

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

Shades of Primrose #DBE19D

Tints of Primrose #DBE19D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.44%

 BLUE value IS 157 (61.72% from 255) = 26.12%

R = 36.44%
G = 37.44%
B = 26.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DBE19D (or 0xDBE19D) is known color: Primrose. HEX triplet: DB, E1 and 9D. RGB value is (219,225,157). Sum of RGB (Red+Green+Blue) = 219+225+157=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19D is #241E62. Grayscale: #D7D7D7. Windows color (decimal): -2367075 or 10346971. OLE color: 10346971.

HSL color Cylindrical-coordinate representation of color #DBE19D: hue angle of 65.29º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE19D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 157 -
CMYK 0.03 0 0.30 0.12
HSL 65.29º 0.53% 0.75% -
HSV(B) 65.29º 0.3% 0.88% -
XYZ 62.22 71.34 42.39 -
YUV 215.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 219 225 157 0.03 0 0.30 0.12 65.29 0.53 0.75
Hex DB E1 9D 3 0 1E C 41 35 4B
Octal 333 341 235 3 0 36 14 101 65 113
Binary 11011011 11100001 10011101 11 0 11110 1100 1000001 110101 1001011

Color Harmonies of #DBE19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE19D

Black with #DBE19D

Text Example


Text Example

White with #DBE19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE19D; }

 p { color: rgb(219,225,157); }

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

background-color css

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

 a { background-color: rgb(219,225,157); }

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

border-color css

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

 span { border-color: rgb(219,225,157); }

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