Html Css Color HEX #DCE28F Primrose

📋 copy color: '#DCE28F'

red 220 ◦ green 226 ◦ blue 143

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

Shades of Primrose #DCE28F

Tints of Primrose #DCE28F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

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

R = 37.35%
G = 38.37%
B = 24.28%

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

#DCE28F (or 0xDCE28F) is known color: Primrose. HEX triplet: DC, E2 and 8F. RGB value is (220,226,143). Sum of RGB (Red+Green+Blue) = 220+226+143=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE28F is #231D70. Grayscale: #D7D7D7. Windows color (decimal): -2301297 or 9429724. OLE color: 9429724.

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

Color convert

RGB 220 226 143 -
CMYK 0.03 0 0.37 0.11
HSL 64.34º 0.59% 0.72% -
HSV(B) 64.34º 0.37% 0.89% -
XYZ 61.67 71.59 36.55 -
YUV 214.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 220 226 143 0.03 0 0.37 0.11 64.34 0.59 0.72
Hex DC E2 8F 3 0 25 B 40 3B 48
Octal 334 342 217 3 0 45 13 100 73 110
Binary 11011100 11100010 10001111 11 0 100101 1011 1000000 111011 1001000

Color Harmonies of #DCE28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE28F

Black with #DCE28F

Text Example


Text Example

White with #DCE28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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