Html Css Color HEX #DCED76 Mindaro

📋 copy color: '#DCED76'

red 220 ◦ green 237 ◦ blue 118

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

Shades of Mindaro #DCED76

Tints of Mindaro #DCED76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.52%

R = 38.26%
G = 41.22%
B = 20.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#DCED76 (or 0xDCED76) is known color: Mindaro. HEX triplet: DC, ED and 76. RGB value is (220,237,118). Sum of RGB (Red+Green+Blue) = 220+237+118=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 118 (46.48% from 255 or 20.52% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED76 is #231289. Grayscale: #DADADA. Windows color (decimal): -2298506 or 7794140. OLE color: 7794140.

HSL color Cylindrical-coordinate representation of color #DCED76: hue angle of 68.57º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCED76 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 118 -
CMYK 0.07 0 0.50 0.07
HSL 68.57º 0.77% 0.7% -
HSV(B) 68.57º 0.5% 0.93% -
XYZ 63.07 77.09 28.7 -
YUV 218.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 220 237 118 0.07 0 0.50 0.07 68.57 0.77 0.7
Hex DC ED 76 7 0 32 7 45 4D 46
Octal 334 355 166 7 0 62 7 105 115 106
Binary 11011100 11101101 1110110 111 0 110010 111 1000101 1001101 1000110

Color Harmonies of #DCED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED76

Black with #DCED76

Text Example


Text Example

White with #DCED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED76; }

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

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

background-color css

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

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

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

border-color css

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

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

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