Html Css Color HEX #DCED73 Mindaro

📋 copy color: '#DCED73'

red 220 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #DCED73

Tints of Mindaro #DCED73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.1%

R = 38.46%
G = 41.43%
B = 20.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DCED73 (or 0xDCED73) is known color: Mindaro. HEX triplet: DC, ED and 73. RGB value is (220,237,115). Sum of RGB (Red+Green+Blue) = 220+237+115=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED73 is #23128C. Grayscale: #DADADA. Windows color (decimal): -2298509 or 7597532. OLE color: 7597532.

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

Color convert

RGB 220 237 115 -
CMYK 0.07 0 0.51 0.07
HSL 68.36º 0.77% 0.69% -
HSV(B) 68.36º 0.51% 0.93% -
XYZ 62.89 77.02 27.77 -
YUV 218.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 220 237 115 0.07 0 0.51 0.07 68.36 0.77 0.69
Hex DC ED 73 7 0 33 7 44 4D 45
Octal 334 355 163 7 0 63 7 104 115 105
Binary 11011100 11101101 1110011 111 0 110011 111 1000100 1001101 1000101

Color Harmonies of #DCED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED73

Black with #DCED73

Text Example


Text Example

White with #DCED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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