Html Css Color HEX #DCE084 Primrose

📋 copy color: '#DCE084'

red 220 ◦ green 224 ◦ blue 132

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

Shades of Primrose #DCE084

Tints of Primrose #DCE084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.92%

R = 38.19%
G = 38.89%
B = 22.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#DCE084 (or 0xDCE084) is known color: Primrose. HEX triplet: DC, E0 and 84. RGB value is (220,224,132). Sum of RGB (Red+Green+Blue) = 220+224+132=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE084 is #231F7B. Grayscale: #D4D4D4. Windows color (decimal): -2301820 or 8708316. OLE color: 8708316.

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

Color convert

RGB 220 224 132 -
CMYK 0.02 0 0.41 0.12
HSL 62.61º 0.6% 0.7% -
HSV(B) 62.61º 0.41% 0.88% -
XYZ 60.34 70.19 32.2 -
YUV 212.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 220 224 132 0.02 0 0.41 0.12 62.61 0.6 0.7
Hex DC E0 84 2 0 29 C 3F 3C 46
Octal 334 340 204 2 0 51 14 77 74 106
Binary 11011100 11100000 10000100 10 0 101001 1100 111111 111100 1000110

Color Harmonies of #DCE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE084

Black with #DCE084

Text Example


Text Example

White with #DCE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE084; }

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

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

background-color css

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

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

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

border-color css

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

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

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