Html Css Color HEX #DBE09C Primrose

📋 copy color: '#DBE09C'

red 219 ◦ green 224 ◦ blue 156

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

Shades of Primrose #DBE09C

Tints of Primrose #DBE09C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.4%

 BLUE value IS 156 (61.33% from 255) = 26.04%

R = 36.56%
G = 37.4%
B = 26.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DBE09C (or 0xDBE09C) is known color: Primrose. HEX triplet: DB, E0 and 9C. RGB value is (219,224,156). Sum of RGB (Red+Green+Blue) = 219+224+156=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE09C is #241F63. Grayscale: #D7D7D7. Windows color (decimal): -2367332 or 10281179. OLE color: 10281179.

HSL color Cylindrical-coordinate representation of color #DBE09C: hue angle of 64.41º degrees, saturation: 0.52, 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 #DBE09C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 156 -
CMYK 0.02 0 0.30 0.12
HSL 64.41º 0.52% 0.75% -
HSV(B) 64.41º 0.3% 0.88% -
XYZ 61.87 70.77 41.85 -
YUV 214.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 219 224 156 0.02 0 0.30 0.12 64.41 0.52 0.75
Hex DB E0 9C 2 0 1E C 40 34 4B
Octal 333 340 234 2 0 36 14 100 64 113
Binary 11011011 11100000 10011100 10 0 11110 1100 1000000 110100 1001011

Color Harmonies of #DBE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE09C

Black with #DBE09C

Text Example


Text Example

White with #DBE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE09C; }

 p { color: rgb(219,224,156); }

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

background-color css

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

 a { background-color: rgb(219,224,156); }

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

border-color css

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

 span { border-color: rgb(219,224,156); }

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