Html Css Color HEX #DCED64 Mindaro

📋 copy color: '#DCED64'

red 220 ◦ green 237 ◦ blue 100

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

Shades of Mindaro #DCED64

Tints of Mindaro #DCED64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.95%

R = 39.5%
G = 42.55%
B = 17.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#DCED64 (or 0xDCED64) is known color: Mindaro. HEX triplet: DC, ED and 64. RGB value is (220,237,100). Sum of RGB (Red+Green+Blue) = 220+237+100=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED64 is #23129B. Grayscale: #D8D8D8. Windows color (decimal): -2298524 or 6614492. OLE color: 6614492.

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

Color convert

RGB 220 237 100 -
CMYK 0.07 0 0.58 0.07
HSL 67.45º 0.79% 0.66% -
HSV(B) 67.45º 0.58% 0.93% -
XYZ 62.1 76.7 23.59 -
YUV 216.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 220 237 100 0.07 0 0.58 0.07 67.45 0.79 0.66
Hex DC ED 64 7 0 3A 7 43 4F 42
Octal 334 355 144 7 0 72 7 103 117 102
Binary 11011100 11101101 1100100 111 0 111010 111 1000011 1001111 1000010

Color Harmonies of #DCED64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED64

Black with #DCED64

Text Example


Text Example

White with #DCED64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED64; }

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

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

background-color css

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

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

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

border-color css

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

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

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