Html Css Color HEX #DCE685 Primrose

📋 copy color: '#DCE685'

red 220 ◦ green 230 ◦ blue 133

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

Shades of Primrose #DCE685

Tints of Primrose #DCE685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.81%

R = 37.74%
G = 39.45%
B = 22.81%

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

#DCE685 (or 0xDCE685) is known color: Primrose. HEX triplet: DC, E6 and 85. RGB value is (220,230,133). Sum of RGB (Red+Green+Blue) = 220+230+133=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE685 is #23197A. Grayscale: #D8D8D8. Windows color (decimal): -2300283 or 8775388. OLE color: 8775388.

HSL color Cylindrical-coordinate representation of color #DCE685: hue angle of 66.19º 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 #DCE685 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 133 -
CMYK 0.04 0 0.42 0.10
HSL 66.19º 0.66% 0.71% -
HSV(B) 66.19º 0.42% 0.9% -
XYZ 62.05 73.5 33.11 -
YUV 215.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 220 230 133 0.04 0 0.42 0.10 66.19 0.66 0.71
Hex DC E6 85 4 0 2A A 42 42 47
Octal 334 346 205 4 0 52 12 102 102 107
Binary 11011100 11100110 10000101 100 0 101010 1010 1000010 1000010 1000111

Color Harmonies of #DCE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE685

Black with #DCE685

Text Example


Text Example

White with #DCE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE685; }

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

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

background-color css

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

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

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

border-color css

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

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

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