Html Css Color HEX #DCED70 Mindaro

📋 copy color: '#DCED70'

red 220 ◦ green 237 ◦ blue 112

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

Shades of Mindaro #DCED70

Tints of Mindaro #DCED70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 38.66%
G = 41.65%
B = 19.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DCED70 (or 0xDCED70) is known color: Mindaro. HEX triplet: DC, ED and 70. RGB value is (220,237,112). Sum of RGB (Red+Green+Blue) = 220+237+112=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED70 is #23128F. Grayscale: #DADADA. Windows color (decimal): -2298512 or 7400924. OLE color: 7400924.

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

Color convert

RGB 220 237 112 -
CMYK 0.07 0 0.53 0.07
HSL 68.16º 0.78% 0.68% -
HSV(B) 68.16º 0.53% 0.93% -
XYZ 62.72 76.95 26.88 -
YUV 217.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 220 237 112 0.07 0 0.53 0.07 68.16 0.78 0.68
Hex DC ED 70 7 0 35 7 44 4E 44
Octal 334 355 160 7 0 65 7 104 116 104
Binary 11011100 11101101 1110000 111 0 110101 111 1000100 1001110 1000100

Color Harmonies of #DCED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED70

Black with #DCED70

Text Example


Text Example

White with #DCED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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