Html Css Color HEX #DBE98C Primrose

📋 copy color: '#DBE98C'

red 219 ◦ green 233 ◦ blue 140

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

Shades of Primrose #DBE98C

Tints of Primrose #DBE98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.36%

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

R = 36.99%
G = 39.36%
B = 23.65%

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

#DBE98C (or 0xDBE98C) is known color: Primrose. HEX triplet: DB, E9 and 8C. RGB value is (219,233,140). Sum of RGB (Red+Green+Blue) = 219+233+140=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE98C is #241673. Grayscale: #DADADA. Windows color (decimal): -2365044 or 9234907. OLE color: 9234907.

HSL color Cylindrical-coordinate representation of color #DBE98C: hue angle of 69.03º degrees, saturation: 0.68, 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 #DBE98C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 140 -
CMYK 0.06 0 0.40 0.09
HSL 69.03º 0.68% 0.73% -
HSV(B) 69.03º 0.4% 0.91% -
XYZ 63.09 75.23 36.01 -
YUV 218.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 219 233 140 0.06 0 0.40 0.09 69.03 0.68 0.73
Hex DB E9 8C 6 0 28 9 45 44 49
Octal 333 351 214 6 0 50 11 105 104 111
Binary 11011011 11101001 10001100 110 0 101000 1001 1000101 1000100 1001001

Color Harmonies of #DBE98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE98C

Black with #DBE98C

Text Example


Text Example

White with #DBE98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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