Html Css Color HEX #DCED75 Mindaro

📋 copy color: '#DCED75'

red 220 ◦ green 237 ◦ blue 117

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

Shades of Mindaro #DCED75

Tints of Mindaro #DCED75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.38%

R = 38.33%
G = 41.29%
B = 20.38%

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

#DCED75 (or 0xDCED75) is known color: Mindaro. HEX triplet: DC, ED and 75. RGB value is (220,237,117). Sum of RGB (Red+Green+Blue) = 220+237+117=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED75 is #23128A. Grayscale: #DADADA. Windows color (decimal): -2298507 or 7728604. OLE color: 7728604.

HSL color Cylindrical-coordinate representation of color #DCED75: hue angle of 68.5º 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 #DCED75 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 117 -
CMYK 0.07 0 0.51 0.07
HSL 68.5º 0.77% 0.69% -
HSV(B) 68.5º 0.51% 0.93% -
XYZ 63.01 77.07 28.38 -
YUV 218.24 70.87 129.26 -
System Red Green Blue C M Y K H S L
Decimal 220 237 117 0.07 0 0.51 0.07 68.5 0.77 0.69
Hex DC ED 75 7 0 33 7 44 4D 45
Octal 334 355 165 7 0 63 7 104 115 105
Binary 11011100 11101101 1110101 111 0 110011 111 1000100 1001101 1000101

Color Harmonies of #DCED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED75

Black with #DCED75

Text Example


Text Example

White with #DCED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED75; }

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

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

background-color css

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

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

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

border-color css

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

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

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