Html Css Color HEX #DCE385 Primrose

📋 copy color: '#DCE385'

red 220 ◦ green 227 ◦ blue 133

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

Shades of Primrose #DCE385

Tints of Primrose #DCE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.14%

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

R = 37.93%
G = 39.14%
B = 22.93%

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

#DCE385 (or 0xDCE385) is known color: Primrose. HEX triplet: DC, E3 and 85. RGB value is (220,227,133). Sum of RGB (Red+Green+Blue) = 220+227+133=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE385 is #231C7A. Grayscale: #D6D6D6. Windows color (decimal): -2301051 or 8774620. OLE color: 8774620.

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

Color convert

RGB 220 227 133 -
CMYK 0.03 0 0.41 0.11
HSL 64.47º 0.63% 0.71% -
HSV(B) 64.47º 0.41% 0.89% -
XYZ 61.22 71.85 32.83 -
YUV 214.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 220 227 133 0.03 0 0.41 0.11 64.47 0.63 0.71
Hex DC E3 85 3 0 29 B 40 3F 47
Octal 334 343 205 3 0 51 13 100 77 107
Binary 11011100 11100011 10000101 11 0 101001 1011 1000000 111111 1000111

Color Harmonies of #DCE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE385

Black with #DCE385

Text Example


Text Example

White with #DCE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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