Html Css Color HEX #DCE591 Primrose

📋 copy color: '#DCE591'

red 220 ◦ green 229 ◦ blue 145

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

Shades of Primrose #DCE591

Tints of Primrose #DCE591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.41%

R = 37.04%
G = 38.55%
B = 24.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DCE591 (or 0xDCE591) is known color: Primrose. HEX triplet: DC, E5 and 91. RGB value is (220,229,145). Sum of RGB (Red+Green+Blue) = 220+229+145=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE591 is #231A6E. Grayscale: #D9D9D9. Windows color (decimal): -2300527 or 9561564. OLE color: 9561564.

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

Color convert

RGB 220 229 145 -
CMYK 0.04 0 0.37 0.10
HSL 66.43º 0.62% 0.73% -
HSV(B) 66.43º 0.37% 0.9% -
XYZ 62.65 73.3 37.63 -
YUV 216.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 220 229 145 0.04 0 0.37 0.10 66.43 0.62 0.73
Hex DC E5 91 4 0 25 A 42 3E 49
Octal 334 345 221 4 0 45 12 102 76 111
Binary 11011100 11100101 10010001 100 0 100101 1010 1000010 111110 1001001

Color Harmonies of #DCE591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE591

Black with #DCE591

Text Example


Text Example

White with #DCE591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE591; }

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

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

background-color css

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

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

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

border-color css

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

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

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