Html Css Color HEX #DCE390 Primrose

📋 copy color: '#DCE390'

red 220 ◦ green 227 ◦ blue 144

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

Shades of Primrose #DCE390

Tints of Primrose #DCE390

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

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

 BLUE value IS 144 (56.64% from 255) = 24.37%

R = 37.23%
G = 38.41%
B = 24.37%

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

#DCE390 (or 0xDCE390) is known color: Primrose. HEX triplet: DC, E3 and 90. RGB value is (220,227,144). Sum of RGB (Red+Green+Blue) = 220+227+144=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE390 is #231C6F. Grayscale: #D7D7D7. Windows color (decimal): -2301040 or 9495516. OLE color: 9495516.

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

Color convert

RGB 220 227 144 -
CMYK 0.03 0 0.37 0.11
HSL 65.06º 0.6% 0.73% -
HSV(B) 65.06º 0.37% 0.89% -
XYZ 62.02 72.17 37.05 -
YUV 215.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 220 227 144 0.03 0 0.37 0.11 65.06 0.6 0.73
Hex DC E3 90 3 0 25 B 41 3C 49
Octal 334 343 220 3 0 45 13 101 74 111
Binary 11011100 11100011 10010000 11 0 100101 1011 1000001 111100 1001001

Color Harmonies of #DCE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE390

Black with #DCE390

Text Example


Text Example

White with #DCE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE390; }

 p { color: rgb(220,227,144); }

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

background-color css

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

 a { background-color: rgb(220,227,144); }

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

border-color css

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

 span { border-color: rgb(220,227,144); }

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