Html Css Color HEX #DCED65 Mindaro

📋 copy color: '#DCED65'

red 220 ◦ green 237 ◦ blue 101

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

Shades of Mindaro #DCED65

Tints of Mindaro #DCED65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.1%

R = 39.43%
G = 42.47%
B = 18.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#DCED65 (or 0xDCED65) is known color: Mindaro. HEX triplet: DC, ED and 65. RGB value is (220,237,101). Sum of RGB (Red+Green+Blue) = 220+237+101=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED65 is #23129A. Grayscale: #D8D8D8. Windows color (decimal): -2298523 or 6680028. OLE color: 6680028.

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

Color convert

RGB 220 237 101 -
CMYK 0.07 0 0.57 0.07
HSL 67.5º 0.79% 0.66% -
HSV(B) 67.5º 0.57% 0.93% -
XYZ 62.15 76.72 23.85 -
YUV 216.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 220 237 101 0.07 0 0.57 0.07 67.5 0.79 0.66
Hex DC ED 65 7 0 39 7 44 4F 42
Octal 334 355 145 7 0 71 7 104 117 102
Binary 11011100 11101101 1100101 111 0 111001 111 1000100 1001111 1000010

Color Harmonies of #DCED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED65

Black with #DCED65

Text Example


Text Example

White with #DCED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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