Html Css Color HEX #DCE785 Primrose

📋 copy color: '#DCE785'

red 220 ◦ green 231 ◦ blue 133

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

Shades of Primrose #DCE785

Tints of Primrose #DCE785

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.55%

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

R = 37.67%
G = 39.55%
B = 22.77%

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

#DCE785 (or 0xDCE785) is known color: Primrose. HEX triplet: DC, E7 and 85. RGB value is (220,231,133). Sum of RGB (Red+Green+Blue) = 220+231+133=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE785 is #23187A. Grayscale: #D8D8D8. Windows color (decimal): -2300027 or 8775644. OLE color: 8775644.

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

Color convert

RGB 220 231 133 -
CMYK 0.05 0 0.42 0.09
HSL 66.73º 0.67% 0.71% -
HSV(B) 66.73º 0.42% 0.91% -
XYZ 62.32 74.06 33.2 -
YUV 216.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 220 231 133 0.05 0 0.42 0.09 66.73 0.67 0.71
Hex DC E7 85 5 0 2A 9 43 43 47
Octal 334 347 205 5 0 52 11 103 103 107
Binary 11011100 11100111 10000101 101 0 101010 1001 1000011 1000011 1000111

Color Harmonies of #DCE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE785

Black with #DCE785

Text Example


Text Example

White with #DCE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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