Html Css Color HEX #DCE296 Primrose

📋 copy color: '#DCE296'

red 220 ◦ green 226 ◦ blue 150

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

Shades of Primrose #DCE296

Tints of Primrose #DCE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.92%

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 36.91%
G = 37.92%
B = 25.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DCE296 (or 0xDCE296) is known color: Primrose. HEX triplet: DC, E2 and 96. RGB value is (220,226,150). Sum of RGB (Red+Green+Blue) = 220+226+150=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE296 is #231D69. Grayscale: #D7D7D7. Windows color (decimal): -2301290 or 9888476. OLE color: 9888476.

HSL color Cylindrical-coordinate representation of color #DCE296: hue angle of 64.74º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE296 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 150 -
CMYK 0.03 0 0.34 0.11
HSL 64.74º 0.57% 0.74% -
HSV(B) 64.74º 0.34% 0.89% -
XYZ 62.22 71.81 39.44 -
YUV 215.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 220 226 150 0.03 0 0.34 0.11 64.74 0.57 0.74
Hex DC E2 96 3 0 22 B 41 39 4A
Octal 334 342 226 3 0 42 13 101 71 112
Binary 11011100 11100010 10010110 11 0 100010 1011 1000001 111001 1001010

Color Harmonies of #DCE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE296

Black with #DCE296

Text Example


Text Example

White with #DCE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE296; }

 p { color: rgb(220,226,150); }

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

background-color css

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

 a { background-color: rgb(220,226,150); }

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

border-color css

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

 span { border-color: rgb(220,226,150); }

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