Html Css Color HEX #DCE285 Primrose

📋 copy color: '#DCE285'

red 220 ◦ green 226 ◦ blue 133

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

Shades of Primrose #DCE285

Tints of Primrose #DCE285

RGB

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

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

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

R = 38%
G = 39.03%
B = 22.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DCE285 (or 0xDCE285) is known color: Primrose. HEX triplet: DC, E2 and 85. RGB value is (220,226,133). Sum of RGB (Red+Green+Blue) = 220+226+133=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE285 is #231D7A. Grayscale: #D5D5D5. Windows color (decimal): -2301307 or 8774364. OLE color: 8774364.

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

Color convert

RGB 220 226 133 -
CMYK 0.03 0 0.41 0.11
HSL 63.87º 0.62% 0.7% -
HSV(B) 63.87º 0.41% 0.89% -
XYZ 60.95 71.3 32.74 -
YUV 213.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 220 226 133 0.03 0 0.41 0.11 63.87 0.62 0.7
Hex DC E2 85 3 0 29 B 40 3E 46
Octal 334 342 205 3 0 51 13 100 76 106
Binary 11011100 11100010 10000101 11 0 101001 1011 1000000 111110 1000110

Color Harmonies of #DCE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE285

Black with #DCE285

Text Example


Text Example

White with #DCE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE285; }

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

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

background-color css

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

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

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

border-color css

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

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

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