Html Css Color HEX #DCE96D Mindaro

📋 copy color: '#DCE96D'

red 220 ◦ green 233 ◦ blue 109

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

Shades of Mindaro #DCE96D

Tints of Mindaro #DCE96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.4%

R = 39.15%
G = 41.46%
B = 19.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#DCE96D (or 0xDCE96D) is known color: Mindaro. HEX triplet: DC, E9 and 6D. RGB value is (220,233,109). Sum of RGB (Red+Green+Blue) = 220+233+109=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96D is #231692. Grayscale: #D7D7D7. Windows color (decimal): -2299539 or 7203292. OLE color: 7203292.

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

Color convert

RGB 220 233 109 -
CMYK 0.06 0 0.53 0.09
HSL 66.29º 0.74% 0.67% -
HSV(B) 66.29º 0.53% 0.91% -
XYZ 61.41 74.6 25.63 -
YUV 214.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 220 233 109 0.06 0 0.53 0.09 66.29 0.74 0.67
Hex DC E9 6D 6 0 35 9 42 4A 43
Octal 334 351 155 6 0 65 11 102 112 103
Binary 11011100 11101001 1101101 110 0 110101 1001 1000010 1001010 1000011

Color Harmonies of #DCE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE96D

Black with #DCE96D

Text Example


Text Example

White with #DCE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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