Html Css Color HEX #DBE29C Primrose

📋 copy color: '#DBE29C'

red 219 ◦ green 226 ◦ blue 156

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

Shades of Primrose #DBE29C

Tints of Primrose #DBE29C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

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

R = 36.44%
G = 37.6%
B = 25.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DBE29C (or 0xDBE29C) is known color: Primrose. HEX triplet: DB, E2 and 9C. RGB value is (219,226,156). Sum of RGB (Red+Green+Blue) = 219+226+156=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE29C is #241D63. Grayscale: #D8D8D8. Windows color (decimal): -2366820 or 10281691. OLE color: 10281691.

HSL color Cylindrical-coordinate representation of color #DBE29C: hue angle of 66º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE29C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 156 -
CMYK 0.03 0 0.31 0.11
HSL 66º 0.55% 0.75% -
HSV(B) 66º 0.31% 0.89% -
XYZ 62.41 71.85 42.03 -
YUV 215.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 219 226 156 0.03 0 0.31 0.11 66 0.55 0.75
Hex DB E2 9C 3 0 1F B 42 37 4B
Octal 333 342 234 3 0 37 13 102 67 113
Binary 11011011 11100010 10011100 11 0 11111 1011 1000010 110111 1001011

Color Harmonies of #DBE29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE29C

Black with #DBE29C

Text Example


Text Example

White with #DBE29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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