Html Css Color HEX #DCE96B Mindaro

📋 copy color: '#DCE96B'

red 220 ◦ green 233 ◦ blue 107

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

Shades of Mindaro #DCE96B

Tints of Mindaro #DCE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 39.29%
G = 41.61%
B = 19.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DCE96B (or 0xDCE96B) is known color: Mindaro. HEX triplet: DC, E9 and 6B. RGB value is (220,233,107). Sum of RGB (Red+Green+Blue) = 220+233+107=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96B is #231694. Grayscale: #D7D7D7. Windows color (decimal): -2299541 or 7072220. OLE color: 7072220.

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

Color convert

RGB 220 233 107 -
CMYK 0.06 0 0.54 0.09
HSL 66.19º 0.74% 0.67% -
HSV(B) 66.19º 0.54% 0.91% -
XYZ 61.31 74.56 25.07 -
YUV 214.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 220 233 107 0.06 0 0.54 0.09 66.19 0.74 0.67
Hex DC E9 6B 6 0 36 9 42 4A 43
Octal 334 351 153 6 0 66 11 102 112 103
Binary 11011100 11101001 1101011 110 0 110110 1001 1000010 1001010 1000011

Color Harmonies of #DCE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE96B

Black with #DCE96B

Text Example


Text Example

White with #DCE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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