Html Css Color HEX #DCE982 Mindaro

📋 copy color: '#DCE982'

red 220 ◦ green 233 ◦ blue 130

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

Shades of Mindaro #DCE982

Tints of Mindaro #DCE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 37.74%
G = 39.97%
B = 22.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DCE982 (or 0xDCE982) is known color: Mindaro. HEX triplet: DC, E9 and 82. RGB value is (220,233,130). Sum of RGB (Red+Green+Blue) = 220+233+130=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE982 is #23167D. Grayscale: #D9D9D9. Windows color (decimal): -2299518 or 8579548. OLE color: 8579548.

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

Color convert

RGB 220 233 130 -
CMYK 0.06 0 0.44 0.09
HSL 67.57º 0.7% 0.71% -
HSV(B) 67.57º 0.44% 0.91% -
XYZ 62.68 75.11 32.31 -
YUV 217.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 220 233 130 0.06 0 0.44 0.09 67.57 0.7 0.71
Hex DC E9 82 6 0 2C 9 44 46 47
Octal 334 351 202 6 0 54 11 104 106 107
Binary 11011100 11101001 10000010 110 0 101100 1001 1000100 1000110 1000111

Color Harmonies of #DCE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE982

Black with #DCE982

Text Example


Text Example

White with #DCE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE982; }

 p { color: rgb(220,233,130); }

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

background-color css

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

 a { background-color: rgb(220,233,130); }

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

border-color css

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

 span { border-color: rgb(220,233,130); }

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