Html Css Color HEX #DCED84 Mindaro

📋 copy color: '#DCED84'

red 220 ◦ green 237 ◦ blue 132

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

Shades of Mindaro #DCED84

Tints of Mindaro #DCED84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.41%

R = 37.35%
G = 40.24%
B = 22.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DCED84 (or 0xDCED84) is known color: Mindaro. HEX triplet: DC, ED and 84. RGB value is (220,237,132). Sum of RGB (Red+Green+Blue) = 220+237+132=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED84 is #23127B. Grayscale: #DCDCDC. Windows color (decimal): -2298492 or 8711644. OLE color: 8711644.

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

Color convert

RGB 220 237 132 -
CMYK 0.07 0 0.44 0.07
HSL 69.71º 0.74% 0.72% -
HSV(B) 69.71º 0.44% 0.93% -
XYZ 63.96 77.45 33.41 -
YUV 219.95 78.37 128.04 -
System Red Green Blue C M Y K H S L
Decimal 220 237 132 0.07 0 0.44 0.07 69.71 0.74 0.72
Hex DC ED 84 7 0 2C 7 46 4A 48
Octal 334 355 204 7 0 54 7 106 112 110
Binary 11011100 11101101 10000100 111 0 101100 111 1000110 1001010 1001000

Color Harmonies of #DCED84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED84

Black with #DCED84

Text Example


Text Example

White with #DCED84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED84; }

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

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

background-color css

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

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

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

border-color css

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

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

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