Html Css Color HEX #DCED82 Mindaro

📋 copy color: '#DCED82'

red 220 ◦ green 237 ◦ blue 130

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

Shades of Mindaro #DCED82

Tints of Mindaro #DCED82

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 37.48%
G = 40.37%
B = 22.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DCED82 (or 0xDCED82) is known color: Mindaro. HEX triplet: DC, ED and 82. RGB value is (220,237,130). Sum of RGB (Red+Green+Blue) = 220+237+130=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED82 is #23127D. Grayscale: #DCDCDC. Windows color (decimal): -2298494 or 8580572. OLE color: 8580572.

HSL color Cylindrical-coordinate representation of color #DCED82: hue angle of 69.53º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCED82 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 130 -
CMYK 0.07 0 0.45 0.07
HSL 69.53º 0.75% 0.72% -
HSV(B) 69.53º 0.45% 0.93% -
XYZ 63.83 77.4 32.69 -
YUV 219.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 220 237 130 0.07 0 0.45 0.07 69.53 0.75 0.72
Hex DC ED 82 7 0 2D 7 46 4B 48
Octal 334 355 202 7 0 55 7 106 113 110
Binary 11011100 11101101 10000010 111 0 101101 111 1000110 1001011 1001000

Color Harmonies of #DCED82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED82

Black with #DCED82

Text Example


Text Example

White with #DCED82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED82; }

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

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

background-color css

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

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

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

border-color css

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

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

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