Html Css Color HEX #DCE97A Mindaro

📋 copy color: '#DCE97A'

red 220 ◦ green 233 ◦ blue 122

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

Shades of Mindaro #DCE97A

Tints of Mindaro #DCE97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 38.26%
G = 40.52%
B = 21.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#DCE97A (or 0xDCE97A) is known color: Mindaro. HEX triplet: DC, E9 and 7A. RGB value is (220,233,122). Sum of RGB (Red+Green+Blue) = 220+233+122=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE97A is #231685. Grayscale: #D8D8D8. Windows color (decimal): -2299526 or 8055260. OLE color: 8055260.

HSL color Cylindrical-coordinate representation of color #DCE97A: hue angle of 67.03º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCE97A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 122 -
CMYK 0.06 0 0.48 0.09
HSL 67.03º 0.72% 0.7% -
HSV(B) 67.03º 0.48% 0.91% -
XYZ 62.17 74.9 29.59 -
YUV 216.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 220 233 122 0.06 0 0.48 0.09 67.03 0.72 0.7
Hex DC E9 7A 6 0 30 9 43 48 46
Octal 334 351 172 6 0 60 11 103 110 106
Binary 11011100 11101001 1111010 110 0 110000 1001 1000011 1001000 1000110

Color Harmonies of #DCE97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE97A

Black with #DCE97A

Text Example


Text Example

White with #DCE97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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