Html Css Color HEX #DBE38E Primrose

📋 copy color: '#DBE38E'

red 219 ◦ green 227 ◦ blue 142

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

Shades of Primrose #DBE38E

Tints of Primrose #DBE38E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

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

R = 37.24%
G = 38.61%
B = 24.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DBE38E (or 0xDBE38E) is known color: Primrose. HEX triplet: DB, E3 and 8E. RGB value is (219,227,142). Sum of RGB (Red+Green+Blue) = 219+227+142=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE38E is #241C71. Grayscale: #D7D7D7. Windows color (decimal): -2366578 or 9364443. OLE color: 9364443.

HSL color Cylindrical-coordinate representation of color #DBE38E: hue angle of 65.65º degrees, saturation: 0.6, 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 #DBE38E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 142 -
CMYK 0.04 0 0.37 0.11
HSL 65.65º 0.6% 0.72% -
HSV(B) 65.65º 0.37% 0.89% -
XYZ 61.56 71.95 36.23 -
YUV 214.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 219 227 142 0.04 0 0.37 0.11 65.65 0.6 0.72
Hex DB E3 8E 4 0 25 B 42 3C 48
Octal 333 343 216 4 0 45 13 102 74 110
Binary 11011011 11100011 10001110 100 0 100101 1011 1000010 111100 1001000

Color Harmonies of #DBE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE38E

Black with #DBE38E

Text Example


Text Example

White with #DBE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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