Html Css Color HEX #DCE974 Mindaro

📋 copy color: '#DCE974'

red 220 ◦ green 233 ◦ blue 116

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

Shades of Mindaro #DCE974

Tints of Mindaro #DCE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.95%

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

R = 38.66%
G = 40.95%
B = 20.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DCE974 (or 0xDCE974) is known color: Mindaro. HEX triplet: DC, E9 and 74. RGB value is (220,233,116). Sum of RGB (Red+Green+Blue) = 220+233+116=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE974 is #23168B. Grayscale: #D8D8D8. Windows color (decimal): -2299532 or 7662044. OLE color: 7662044.

HSL color Cylindrical-coordinate representation of color #DCE974: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCE974 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 116 -
CMYK 0.06 0 0.50 0.09
HSL 66.67º 0.73% 0.68% -
HSV(B) 66.67º 0.5% 0.91% -
XYZ 61.81 74.75 27.69 -
YUV 215.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 220 233 116 0.06 0 0.50 0.09 66.67 0.73 0.68
Hex DC E9 74 6 0 32 9 43 49 44
Octal 334 351 164 6 0 62 11 103 111 104
Binary 11011100 11101001 1110100 110 0 110010 1001 1000011 1001001 1000100

Color Harmonies of #DCE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE974

Black with #DCE974

Text Example


Text Example

White with #DCE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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