Html Css Color HEX #DCE083 Primrose

📋 copy color: '#DCE083'

red 220 ◦ green 224 ◦ blue 131

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

Shades of Primrose #DCE083

Tints of Primrose #DCE083

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.96%

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

R = 38.26%
G = 38.96%
B = 22.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DCE083 (or 0xDCE083) is known color: Primrose. HEX triplet: DC, E0 and 83. RGB value is (220,224,131). Sum of RGB (Red+Green+Blue) = 220+224+131=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE083 is #231F7C. Grayscale: #D4D4D4. Windows color (decimal): -2301821 or 8642780. OLE color: 8642780.

HSL color Cylindrical-coordinate representation of color #DCE083: hue angle of 62.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE083 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 131 -
CMYK 0.02 0 0.42 0.12
HSL 62.58º 0.6% 0.7% -
HSV(B) 62.58º 0.42% 0.88% -
XYZ 60.27 70.17 31.84 -
YUV 212.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 220 224 131 0.02 0 0.42 0.12 62.58 0.6 0.7
Hex DC E0 83 2 0 2A C 3F 3C 46
Octal 334 340 203 2 0 52 14 77 74 106
Binary 11011100 11100000 10000011 10 0 101010 1100 111111 111100 1000110

Color Harmonies of #DCE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE083

Black with #DCE083

Text Example


Text Example

White with #DCE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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