Html Css Color HEX #DCE48E Primrose

📋 copy color: '#DCE48E'

red 220 ◦ green 228 ◦ blue 142

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

Shades of Primrose #DCE48E

Tints of Primrose #DCE48E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.64%

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

R = 37.29%
G = 38.64%
B = 24.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DCE48E (or 0xDCE48E) is known color: Primrose. HEX triplet: DC, E4 and 8E. RGB value is (220,228,142). Sum of RGB (Red+Green+Blue) = 220+228+142=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE48E is #231B71. Grayscale: #D8D8D8. Windows color (decimal): -2300786 or 9364700. OLE color: 9364700.

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

Color convert

RGB 220 228 142 -
CMYK 0.04 0 0.38 0.11
HSL 65.58º 0.61% 0.73% -
HSV(B) 65.58º 0.38% 0.89% -
XYZ 62.14 72.66 36.34 -
YUV 215.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 220 228 142 0.04 0 0.38 0.11 65.58 0.61 0.73
Hex DC E4 8E 4 0 26 B 42 3D 49
Octal 334 344 216 4 0 46 13 102 75 111
Binary 11011100 11100100 10001110 100 0 100110 1011 1000010 111101 1001001

Color Harmonies of #DCE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE48E

Black with #DCE48E

Text Example


Text Example

White with #DCE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE48E; }

 p { color: rgb(220,228,142); }

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

background-color css

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

 a { background-color: rgb(220,228,142); }

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

border-color css

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

 span { border-color: rgb(220,228,142); }

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