Html Css Color HEX #DCE674 Mindaro

📋 copy color: '#DCE674'

red 220 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #DCE674

Tints of Mindaro #DCE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.64%

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 38.87%
G = 40.64%
B = 20.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DCE674 (or 0xDCE674) is known color: Mindaro. HEX triplet: DC, E6 and 74. RGB value is (220,230,116). Sum of RGB (Red+Green+Blue) = 220+230+116=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE674 is #23198B. Grayscale: #D6D6D6. Windows color (decimal): -2300300 or 7661276. OLE color: 7661276.

HSL color Cylindrical-coordinate representation of color #DCE674: hue angle of 65.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE674 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 116 -
CMYK 0.04 0 0.50 0.10
HSL 65.26º 0.7% 0.68% -
HSV(B) 65.26º 0.5% 0.9% -
XYZ 60.96 73.07 27.41 -
YUV 214.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 220 230 116 0.04 0 0.50 0.10 65.26 0.7 0.68
Hex DC E6 74 4 0 32 A 41 46 44
Octal 334 346 164 4 0 62 12 101 106 104
Binary 11011100 11100110 1110100 100 0 110010 1010 1000001 1000110 1000100

Color Harmonies of #DCE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE674

Black with #DCE674

Text Example


Text Example

White with #DCE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE674; }

 p { color: rgb(220,230,116); }

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

background-color css

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

 a { background-color: rgb(220,230,116); }

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

border-color css

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

 span { border-color: rgb(220,230,116); }

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