Html Css Color HEX #DCE598 Primrose

📋 copy color: '#DCE598'

red 220 ◦ green 229 ◦ blue 152

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

Shades of Primrose #DCE598

Tints of Primrose #DCE598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.29%

R = 36.61%
G = 38.1%
B = 25.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#DCE598 (or 0xDCE598) is known color: Primrose. HEX triplet: DC, E5 and 98. RGB value is (220,229,152). Sum of RGB (Red+Green+Blue) = 220+229+152=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE598 is #231A67. Grayscale: #D9D9D9. Windows color (decimal): -2300520 or 10020316. OLE color: 10020316.

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

Color convert

RGB 220 229 152 -
CMYK 0.04 0 0.34 0.10
HSL 67.01º 0.6% 0.75% -
HSV(B) 67.01º 0.34% 0.9% -
XYZ 63.2 73.52 40.57 -
YUV 217.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 220 229 152 0.04 0 0.34 0.10 67.01 0.6 0.75
Hex DC E5 98 4 0 22 A 43 3C 4B
Octal 334 345 230 4 0 42 12 103 74 113
Binary 11011100 11100101 10011000 100 0 100010 1010 1000011 111100 1001011

Color Harmonies of #DCE598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE598

Black with #DCE598

Text Example


Text Example

White with #DCE598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE598; }

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

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

background-color css

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

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

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

border-color css

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

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

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