Html Css Color HEX #DCED62 Mindaro

📋 copy color: '#DCED62'

red 220 ◦ green 237 ◦ blue 98

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

Shades of Mindaro #DCED62

Tints of Mindaro #DCED62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.66%

R = 39.64%
G = 42.7%
B = 17.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#DCED62 (or 0xDCED62) is known color: Mindaro. HEX triplet: DC, ED and 62. RGB value is (220,237,98). Sum of RGB (Red+Green+Blue) = 220+237+98=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED62 is #23129D. Grayscale: #D8D8D8. Windows color (decimal): -2298526 or 6483420. OLE color: 6483420.

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

Color convert

RGB 220 237 98 -
CMYK 0.07 0 0.59 0.07
HSL 67.34º 0.79% 0.66% -
HSV(B) 67.34º 0.59% 0.93% -
XYZ 62 76.67 23.09 -
YUV 216.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 220 237 98 0.07 0 0.59 0.07 67.34 0.79 0.66
Hex DC ED 62 7 0 3B 7 43 4F 42
Octal 334 355 142 7 0 73 7 103 117 102
Binary 11011100 11101101 1100010 111 0 111011 111 1000011 1001111 1000010

Color Harmonies of #DCED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED62

Black with #DCED62

Text Example


Text Example

White with #DCED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED62; }

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

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

background-color css

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

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

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

border-color css

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

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

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