Html Css Color HEX #DCED6D Mindaro

📋 copy color: '#DCED6D'

red 220 ◦ green 237 ◦ blue 109

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

Shades of Mindaro #DCED6D

Tints of Mindaro #DCED6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.26%

R = 38.87%
G = 41.87%
B = 19.26%

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

#DCED6D (or 0xDCED6D) is known color: Mindaro. HEX triplet: DC, ED and 6D. RGB value is (220,237,109). Sum of RGB (Red+Green+Blue) = 220+237+109=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED6D is #231292. Grayscale: #D9D9D9. Windows color (decimal): -2298515 or 7204316. OLE color: 7204316.

HSL color Cylindrical-coordinate representation of color #DCED6D: hue angle of 67.97º 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 #DCED6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 109 -
CMYK 0.07 0 0.54 0.07
HSL 67.97º 0.78% 0.68% -
HSV(B) 67.97º 0.54% 0.93% -
XYZ 62.56 76.89 26.01 -
YUV 217.33 66.87 129.91 -
System Red Green Blue C M Y K H S L
Decimal 220 237 109 0.07 0 0.54 0.07 67.97 0.78 0.68
Hex DC ED 6D 7 0 36 7 44 4E 44
Octal 334 355 155 7 0 66 7 104 116 104
Binary 11011100 11101101 1101101 111 0 110110 111 1000100 1001110 1000100

Color Harmonies of #DCED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED6D

Black with #DCED6D

Text Example


Text Example

White with #DCED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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