Html Css Color HEX #DCE48F Primrose

📋 copy color: '#DCE48F'

red 220 ◦ green 228 ◦ blue 143

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

Shades of Primrose #DCE48F

Tints of Primrose #DCE48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.2%

R = 37.23%
G = 38.58%
B = 24.2%

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

#DCE48F (or 0xDCE48F) is known color: Primrose. HEX triplet: DC, E4 and 8F. RGB value is (220,228,143). Sum of RGB (Red+Green+Blue) = 220+228+143=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE48F is #231B70. Grayscale: #D8D8D8. Windows color (decimal): -2300785 or 9430236. OLE color: 9430236.

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

Color convert

RGB 220 228 143 -
CMYK 0.04 0 0.37 0.11
HSL 65.65º 0.61% 0.73% -
HSV(B) 65.65º 0.37% 0.89% -
XYZ 62.22 72.69 36.74 -
YUV 215.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 220 228 143 0.04 0 0.37 0.11 65.65 0.61 0.73
Hex DC E4 8F 4 0 25 B 42 3D 49
Octal 334 344 217 4 0 45 13 102 75 111
Binary 11011100 11100100 10001111 100 0 100101 1011 1000010 111101 1001001

Color Harmonies of #DCE48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE48F

Black with #DCE48F

Text Example


Text Example

White with #DCE48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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