Html Css Color HEX #DCE383 Primrose

📋 copy color: '#DCE383'

red 220 ◦ green 227 ◦ blue 131

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

Shades of Primrose #DCE383

Tints of Primrose #DCE383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.66%

R = 38.06%
G = 39.27%
B = 22.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DCE383 (or 0xDCE383) is known color: Primrose. HEX triplet: DC, E3 and 83. RGB value is (220,227,131). Sum of RGB (Red+Green+Blue) = 220+227+131=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE383 is #231C7C. Grayscale: #D6D6D6. Windows color (decimal): -2301053 or 8643548. OLE color: 8643548.

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

Color convert

RGB 220 227 131 -
CMYK 0.03 0 0.42 0.11
HSL 64.38º 0.63% 0.7% -
HSV(B) 64.38º 0.42% 0.89% -
XYZ 61.08 71.79 32.11 -
YUV 213.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 220 227 131 0.03 0 0.42 0.11 64.38 0.63 0.7
Hex DC E3 83 3 0 2A B 40 3F 46
Octal 334 343 203 3 0 52 13 100 77 106
Binary 11011100 11100011 10000011 11 0 101010 1011 1000000 111111 1000110

Color Harmonies of #DCE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE383

Black with #DCE383

Text Example


Text Example

White with #DCE383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE383; }

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

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

background-color css

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

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

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

border-color css

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

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

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