Html Css Color HEX #DCED80 Mindaro

📋 copy color: '#DCED80'

red 220 ◦ green 237 ◦ blue 128

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

Shades of Mindaro #DCED80

Tints of Mindaro #DCED80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.88%

R = 37.61%
G = 40.51%
B = 21.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#DCED80 (or 0xDCED80) is known color: Mindaro. HEX triplet: DC, ED and 80. RGB value is (220,237,128). Sum of RGB (Red+Green+Blue) = 220+237+128=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED80 is #23127F. Grayscale: #DBDBDB. Windows color (decimal): -2298496 or 8449500. OLE color: 8449500.

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

Color convert

RGB 220 237 128 -
CMYK 0.07 0 0.46 0.07
HSL 69.36º 0.75% 0.72% -
HSV(B) 69.36º 0.46% 0.93% -
XYZ 63.7 77.34 31.99 -
YUV 219.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 220 237 128 0.07 0 0.46 0.07 69.36 0.75 0.72
Hex DC ED 80 7 0 2E 7 45 4B 48
Octal 334 355 200 7 0 56 7 105 113 110
Binary 11011100 11101101 10000000 111 0 101110 111 1000101 1001011 1001000

Color Harmonies of #DCED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED80

Black with #DCED80

Text Example


Text Example

White with #DCED80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED80; }

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

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

background-color css

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

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

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

border-color css

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

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

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