Html Css Color HEX #DCE593 Primrose

📋 copy color: '#DCE593'

red 220 ◦ green 229 ◦ blue 147

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

Shades of Primrose #DCE593

Tints of Primrose #DCE593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.66%

R = 36.91%
G = 38.42%
B = 24.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DCE593 (or 0xDCE593) is known color: Primrose. HEX triplet: DC, E5 and 93. RGB value is (220,229,147). Sum of RGB (Red+Green+Blue) = 220+229+147=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE593 is #231A6C. Grayscale: #D9D9D9. Windows color (decimal): -2300525 or 9692636. OLE color: 9692636.

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

Color convert

RGB 220 229 147 -
CMYK 0.04 0 0.36 0.10
HSL 66.59º 0.61% 0.74% -
HSV(B) 66.59º 0.36% 0.9% -
XYZ 62.8 73.36 38.45 -
YUV 216.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 220 229 147 0.04 0 0.36 0.10 66.59 0.61 0.74
Hex DC E5 93 4 0 24 A 43 3D 4A
Octal 334 345 223 4 0 44 12 103 75 112
Binary 11011100 11100101 10010011 100 0 100100 1010 1000011 111101 1001010

Color Harmonies of #DCE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE593

Black with #DCE593

Text Example


Text Example

White with #DCE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE593; }

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

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

background-color css

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

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

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

border-color css

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

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

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