Html Css Color HEX #DBE88C Primrose

📋 copy color: '#DBE88C'

red 219 ◦ green 232 ◦ blue 140

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

Shades of Primrose #DBE88C

Tints of Primrose #DBE88C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.26%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 37.06%
G = 39.26%
B = 23.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DBE88C (or 0xDBE88C) is known color: Primrose. HEX triplet: DB, E8 and 8C. RGB value is (219,232,140). Sum of RGB (Red+Green+Blue) = 219+232+140=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE88C is #241773. Grayscale: #D9D9D9. Windows color (decimal): -2365300 or 9234651. OLE color: 9234651.

HSL color Cylindrical-coordinate representation of color #DBE88C: hue angle of 68.48º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE88C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 140 -
CMYK 0.06 0 0.40 0.09
HSL 68.48º 0.67% 0.73% -
HSV(B) 68.48º 0.4% 0.91% -
XYZ 62.8 74.67 35.91 -
YUV 217.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 219 232 140 0.06 0 0.40 0.09 68.48 0.67 0.73
Hex DB E8 8C 6 0 28 9 44 43 49
Octal 333 350 214 6 0 50 11 104 103 111
Binary 11011011 11101000 10001100 110 0 101000 1001 1000100 1000011 1001001

Color Harmonies of #DBE88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE88C

Black with #DBE88C

Text Example


Text Example

White with #DBE88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE88C; }

 p { color: rgb(219,232,140); }

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

background-color css

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

 a { background-color: rgb(219,232,140); }

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

border-color css

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

 span { border-color: rgb(219,232,140); }

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