Html Css Color HEX #DCE886 Primrose

📋 copy color: '#DCE886'

red 220 ◦ green 232 ◦ blue 134

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

Shades of Primrose #DCE886

Tints of Primrose #DCE886

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

 BLUE value IS 134 (52.73% from 255) = 22.87%

R = 37.54%
G = 39.59%
B = 22.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DCE886 (or 0xDCE886) is known color: Primrose. HEX triplet: DC, E8 and 86. RGB value is (220,232,134). Sum of RGB (Red+Green+Blue) = 220+232+134=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE886 is #231779. Grayscale: #D9D9D9. Windows color (decimal): -2299770 or 8841436. OLE color: 8841436.

HSL color Cylindrical-coordinate representation of color #DCE886: hue angle of 67.35º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE886 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 134 -
CMYK 0.05 0 0.42 0.09
HSL 67.35º 0.68% 0.72% -
HSV(B) 67.35º 0.42% 0.91% -
XYZ 62.67 74.65 33.66 -
YUV 217.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 220 232 134 0.05 0 0.42 0.09 67.35 0.68 0.72
Hex DC E8 86 5 0 2A 9 43 44 48
Octal 334 350 206 5 0 52 11 103 104 110
Binary 11011100 11101000 10000110 101 0 101010 1001 1000011 1000100 1001000

Color Harmonies of #DCE886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE886

Black with #DCE886

Text Example


Text Example

White with #DCE886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE886; }

 p { color: rgb(220,232,134); }

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

background-color css

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

 a { background-color: rgb(220,232,134); }

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

border-color css

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

 span { border-color: rgb(220,232,134); }

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