Html Css Color HEX #DCE199 Primrose

📋 copy color: '#DCE199'

red 220 ◦ green 225 ◦ blue 153

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

Shades of Primrose #DCE199

Tints of Primrose #DCE199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.59%

R = 36.79%
G = 37.63%
B = 25.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DCE199 (or 0xDCE199) is known color: Primrose. HEX triplet: DC, E1 and 99. RGB value is (220,225,153). Sum of RGB (Red+Green+Blue) = 220+225+153=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE199 is #231E66. Grayscale: #D7D7D7. Windows color (decimal): -2301543 or 10084828. OLE color: 10084828.

HSL color Cylindrical-coordinate representation of color #DCE199: hue angle of 64.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE199 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 153 -
CMYK 0.02 0 0.32 0.12
HSL 64.17º 0.55% 0.74% -
HSV(B) 64.17º 0.32% 0.88% -
XYZ 62.19 71.37 40.63 -
YUV 215.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 220 225 153 0.02 0 0.32 0.12 64.17 0.55 0.74
Hex DC E1 99 2 0 20 C 40 37 4A
Octal 334 341 231 2 0 40 14 100 67 112
Binary 11011100 11100001 10011001 10 0 100000 1100 1000000 110111 1001010

Color Harmonies of #DCE199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE199

Black with #DCE199

Text Example


Text Example

White with #DCE199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE199; }

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

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

background-color css

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

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

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

border-color css

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

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

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