Html Css Color HEX #DCE095 Primrose

📋 copy color: '#DCE095'

red 220 ◦ green 224 ◦ blue 149

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

Shades of Primrose #DCE095

Tints of Primrose #DCE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 37.1%
G = 37.77%
B = 25.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DCE095 (or 0xDCE095) is known color: Primrose. HEX triplet: DC, E0 and 95. RGB value is (220,224,149). Sum of RGB (Red+Green+Blue) = 220+224+149=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE095 is #231F6A. Grayscale: #D6D6D6. Windows color (decimal): -2301803 or 9822428. OLE color: 9822428.

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

Color convert

RGB 220 224 149 -
CMYK 0.02 0 0.33 0.12
HSL 63.2º 0.55% 0.73% -
HSV(B) 63.2º 0.33% 0.88% -
XYZ 61.6 70.7 38.83 -
YUV 214.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 220 224 149 0.02 0 0.33 0.12 63.2 0.55 0.73
Hex DC E0 95 2 0 21 C 3F 37 49
Octal 334 340 225 2 0 41 14 77 67 111
Binary 11011100 11100000 10010101 10 0 100001 1100 111111 110111 1001001

Color Harmonies of #DCE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE095

Black with #DCE095

Text Example


Text Example

White with #DCE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE095; }

 p { color: rgb(220,224,149); }

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

background-color css

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

 a { background-color: rgb(220,224,149); }

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

border-color css

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

 span { border-color: rgb(220,224,149); }

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