Html Css Color HEX #DCEB6F Mindaro

📋 copy color: '#DCEB6F'

red 220 ◦ green 235 ◦ blue 111

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

Shades of Mindaro #DCEB6F

Tints of Mindaro #DCEB6F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.52%

 BLUE value IS 111 (43.75% from 255) = 19.61%

R = 38.87%
G = 41.52%
B = 19.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DCEB6F (or 0xDCEB6F) is known color: Mindaro. HEX triplet: DC, EB and 6F. RGB value is (220,235,111). Sum of RGB (Red+Green+Blue) = 220+235+111=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB6F is #231490. Grayscale: #D8D8D8. Windows color (decimal): -2299025 or 7334876. OLE color: 7334876.

HSL color Cylindrical-coordinate representation of color #DCEB6F: hue angle of 67.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEB6F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 111 -
CMYK 0.06 0 0.53 0.08
HSL 67.26º 0.76% 0.68% -
HSV(B) 67.26º 0.53% 0.92% -
XYZ 62.09 75.78 26.39 -
YUV 216.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 220 235 111 0.06 0 0.53 0.08 67.26 0.76 0.68
Hex DC EB 6F 6 0 35 8 43 4C 44
Octal 334 353 157 6 0 65 10 103 114 104
Binary 11011100 11101011 1101111 110 0 110101 1000 1000011 1001100 1000100

Color Harmonies of #DCEB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB6F

Black with #DCEB6F

Text Example


Text Example

White with #DCEB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB6F; }

 p { color: rgb(220,235,111); }

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

background-color css

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

 a { background-color: rgb(220,235,111); }

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

border-color css

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

 span { border-color: rgb(220,235,111); }

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