Html Css Color HEX #DCE48D Primrose

📋 copy color: '#DCE48D'

red 220 ◦ green 228 ◦ blue 141

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

Shades of Primrose #DCE48D

Tints of Primrose #DCE48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 37.35%
G = 38.71%
B = 23.94%

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

#DCE48D (or 0xDCE48D) is known color: Primrose. HEX triplet: DC, E4 and 8D. RGB value is (220,228,141). Sum of RGB (Red+Green+Blue) = 220+228+141=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE48D is #231B72. Grayscale: #D8D8D8. Windows color (decimal): -2300787 or 9299164. OLE color: 9299164.

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

Color convert

RGB 220 228 141 -
CMYK 0.04 0 0.38 0.11
HSL 65.52º 0.62% 0.72% -
HSV(B) 65.52º 0.38% 0.89% -
XYZ 62.07 72.63 35.95 -
YUV 215.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 220 228 141 0.04 0 0.38 0.11 65.52 0.62 0.72
Hex DC E4 8D 4 0 26 B 42 3E 48
Octal 334 344 215 4 0 46 13 102 76 110
Binary 11011100 11100100 10001101 100 0 100110 1011 1000010 111110 1001000

Color Harmonies of #DCE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE48D

Black with #DCE48D

Text Example


Text Example

White with #DCE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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