Html Css Color HEX #DBE28E Primrose

📋 copy color: '#DBE28E'

red 219 ◦ green 226 ◦ blue 142

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

Shades of Primrose #DBE28E

Tints of Primrose #DBE28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.19%

R = 37.31%
G = 38.5%
B = 24.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DBE28E (or 0xDBE28E) is known color: Primrose. HEX triplet: DB, E2 and 8E. RGB value is (219,226,142). Sum of RGB (Red+Green+Blue) = 219+226+142=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28E is #241D71. Grayscale: #D6D6D6. Windows color (decimal): -2366834 or 9364187. OLE color: 9364187.

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

Color convert

RGB 219 226 142 -
CMYK 0.03 0 0.37 0.11
HSL 65º 0.59% 0.72% -
HSV(B) 65º 0.37% 0.89% -
XYZ 61.29 71.41 36.14 -
YUV 214.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 219 226 142 0.03 0 0.37 0.11 65 0.59 0.72
Hex DB E2 8E 3 0 25 B 41 3B 48
Octal 333 342 216 3 0 45 13 101 73 110
Binary 11011011 11100010 10001110 11 0 100101 1011 1000001 111011 1001000

Color Harmonies of #DBE28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE28E

Black with #DBE28E

Text Example


Text Example

White with #DBE28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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