Html Css Color HEX #DCE686 Primrose

📋 copy color: '#DCE686'

red 220 ◦ green 230 ◦ blue 134

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

Shades of Primrose #DCE686

Tints of Primrose #DCE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

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

R = 37.67%
G = 39.38%
B = 22.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DCE686 (or 0xDCE686) is known color: Primrose. HEX triplet: DC, E6 and 86. RGB value is (220,230,134). Sum of RGB (Red+Green+Blue) = 220+230+134=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE686 is #231979. Grayscale: #D8D8D8. Windows color (decimal): -2300282 or 8840924. OLE color: 8840924.

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

Color convert

RGB 220 230 134 -
CMYK 0.04 0 0.42 0.10
HSL 66.25º 0.66% 0.71% -
HSV(B) 66.25º 0.42% 0.9% -
XYZ 62.12 73.53 33.47 -
YUV 216.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 220 230 134 0.04 0 0.42 0.10 66.25 0.66 0.71
Hex DC E6 86 4 0 2A A 42 42 47
Octal 334 346 206 4 0 52 12 102 102 107
Binary 11011100 11100110 10000110 100 0 101010 1010 1000010 1000010 1000111

Color Harmonies of #DCE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE686

Black with #DCE686

Text Example


Text Example

White with #DCE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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