Html Css Color HEX #DCE58F Primrose

📋 copy color: '#DCE58F'

red 220 ◦ green 229 ◦ blue 143

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

Shades of Primrose #DCE58F

Tints of Primrose #DCE58F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

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

R = 37.16%
G = 38.68%
B = 24.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DCE58F (or 0xDCE58F) is known color: Primrose. HEX triplet: DC, E5 and 8F. RGB value is (220,229,143). Sum of RGB (Red+Green+Blue) = 220+229+143=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE58F is #231A70. Grayscale: #D8D8D8. Windows color (decimal): -2300529 or 9430492. OLE color: 9430492.

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

Color convert

RGB 220 229 143 -
CMYK 0.04 0 0.38 0.10
HSL 66.28º 0.62% 0.73% -
HSV(B) 66.28º 0.38% 0.9% -
XYZ 62.49 73.24 36.83 -
YUV 216.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 220 229 143 0.04 0 0.38 0.10 66.28 0.62 0.73
Hex DC E5 8F 4 0 26 A 42 3E 49
Octal 334 345 217 4 0 46 12 102 76 111
Binary 11011100 11100101 10001111 100 0 100110 1010 1000010 111110 1001001

Color Harmonies of #DCE58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE58F

Black with #DCE58F

Text Example


Text Example

White with #DCE58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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