Html Css Color HEX #DCEB6E Mindaro

📋 copy color: '#DCEB6E'

red 220 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #DCEB6E

Tints of Mindaro #DCEB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.47%

R = 38.94%
G = 41.59%
B = 19.47%

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

#DCEB6E (or 0xDCEB6E) is known color: Mindaro. HEX triplet: DC, EB and 6E. RGB value is (220,235,110). Sum of RGB (Red+Green+Blue) = 220+235+110=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB6E is #231491. Grayscale: #D8D8D8. Windows color (decimal): -2299026 or 7269340. OLE color: 7269340.

HSL color Cylindrical-coordinate representation of color #DCEB6E: hue angle of 67.2º 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 #DCEB6E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 110 -
CMYK 0.06 0 0.53 0.08
HSL 67.2º 0.76% 0.68% -
HSV(B) 67.2º 0.53% 0.92% -
XYZ 62.04 75.76 26.1 -
YUV 216.27 68.03 130.66 -
System Red Green Blue C M Y K H S L
Decimal 220 235 110 0.06 0 0.53 0.08 67.2 0.76 0.68
Hex DC EB 6E 6 0 35 8 43 4C 44
Octal 334 353 156 6 0 65 10 103 114 104
Binary 11011100 11101011 1101110 110 0 110101 1000 1000011 1001100 1000100

Color Harmonies of #DCEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB6E

Black with #DCEB6E

Text Example


Text Example

White with #DCEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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