Html Css Color HEX #DCE19D Primrose

📋 copy color: '#DCE19D'

red 220 ◦ green 225 ◦ blue 157

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

Shades of Primrose #DCE19D

Tints of Primrose #DCE19D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.38%

 BLUE value IS 157 (61.72% from 255) = 26.08%

R = 36.54%
G = 37.38%
B = 26.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DCE19D (or 0xDCE19D) is known color: Primrose. HEX triplet: DC, E1 and 9D. RGB value is (220,225,157). Sum of RGB (Red+Green+Blue) = 220+225+157=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19D is #231E62. Grayscale: #D8D8D8. Windows color (decimal): -2301539 or 10346972. OLE color: 10346972.

HSL color Cylindrical-coordinate representation of color #DCE19D: hue angle of 64.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCE19D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 157 -
CMYK 0.02 0 0.30 0.12
HSL 64.41º 0.53% 0.75% -
HSV(B) 64.41º 0.3% 0.88% -
XYZ 62.53 71.5 42.4 -
YUV 215.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 220 225 157 0.02 0 0.30 0.12 64.41 0.53 0.75
Hex DC E1 9D 2 0 1E C 40 35 4B
Octal 334 341 235 2 0 36 14 100 65 113
Binary 11011100 11100001 10011101 10 0 11110 1100 1000000 110101 1001011

Color Harmonies of #DCE19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE19D

Black with #DCE19D

Text Example


Text Example

White with #DCE19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE19D; }

 p { color: rgb(220,225,157); }

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

background-color css

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

 a { background-color: rgb(220,225,157); }

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

border-color css

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

 span { border-color: rgb(220,225,157); }

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