Html Css Color HEX #DCED83 Mindaro

📋 copy color: '#DCED83'

red 220 ◦ green 237 ◦ blue 131

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

Shades of Mindaro #DCED83

Tints of Mindaro #DCED83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.28%

R = 37.41%
G = 40.31%
B = 22.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DCED83 (or 0xDCED83) is known color: Mindaro. HEX triplet: DC, ED and 83. RGB value is (220,237,131). Sum of RGB (Red+Green+Blue) = 220+237+131=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED83 is #23127C. Grayscale: #DCDCDC. Windows color (decimal): -2298493 or 8646108. OLE color: 8646108.

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

Color convert

RGB 220 237 131 -
CMYK 0.07 0 0.45 0.07
HSL 69.62º 0.75% 0.72% -
HSV(B) 69.62º 0.45% 0.93% -
XYZ 63.9 77.42 33.05 -
YUV 219.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 220 237 131 0.07 0 0.45 0.07 69.62 0.75 0.72
Hex DC ED 83 7 0 2D 7 46 4B 48
Octal 334 355 203 7 0 55 7 106 113 110
Binary 11011100 11101101 10000011 111 0 101101 111 1000110 1001011 1001000

Color Harmonies of #DCED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED83

Black with #DCED83

Text Example


Text Example

White with #DCED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED83; }

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

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

background-color css

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

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

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

border-color css

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

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

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