Html Css Color HEX #DCE682 Mindaro

📋 copy color: '#DCE682'

red 220 ◦ green 230 ◦ blue 130

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

Shades of Mindaro #DCE682

Tints of Mindaro #DCE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.66%

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

R = 37.93%
G = 39.66%
B = 22.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DCE682 (or 0xDCE682) is known color: Mindaro. HEX triplet: DC, E6 and 82. RGB value is (220,230,130). Sum of RGB (Red+Green+Blue) = 220+230+130=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE682 is #23197D. Grayscale: #D8D8D8. Windows color (decimal): -2300286 or 8578780. OLE color: 8578780.

HSL color Cylindrical-coordinate representation of color #DCE682: hue angle of 66º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE682 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 130 -
CMYK 0.04 0 0.43 0.10
HSL 66º 0.67% 0.71% -
HSV(B) 66º 0.43% 0.9% -
XYZ 61.84 73.42 32.03 -
YUV 215.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 220 230 130 0.04 0 0.43 0.10 66 0.67 0.71
Hex DC E6 82 4 0 2B A 42 43 47
Octal 334 346 202 4 0 53 12 102 103 107
Binary 11011100 11100110 10000010 100 0 101011 1010 1000010 1000011 1000111

Color Harmonies of #DCE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE682

Black with #DCE682

Text Example


Text Example

White with #DCE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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