Html Css Color HEX #DCED6E Mindaro

📋 copy color: '#DCED6E'

red 220 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #DCED6E

Tints of Mindaro #DCED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 38.8%
G = 41.8%
B = 19.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#DCED6E (or 0xDCED6E) is known color: Mindaro. HEX triplet: DC, ED and 6E. RGB value is (220,237,110). Sum of RGB (Red+Green+Blue) = 220+237+110=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED6E is #231291. Grayscale: #D9D9D9. Windows color (decimal): -2298514 or 7269852. OLE color: 7269852.

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

Color convert

RGB 220 237 110 -
CMYK 0.07 0 0.54 0.07
HSL 68.03º 0.78% 0.68% -
HSV(B) 68.03º 0.54% 0.93% -
XYZ 62.61 76.91 26.3 -
YUV 217.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 220 237 110 0.07 0 0.54 0.07 68.03 0.78 0.68
Hex DC ED 6E 7 0 36 7 44 4E 44
Octal 334 355 156 7 0 66 7 104 116 104
Binary 11011100 11101101 1101110 111 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DCED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED6E

Black with #DCED6E

Text Example


Text Example

White with #DCED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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