Html Css Color HEX #DCEB5E Mindaro

📋 copy color: '#DCEB5E'

red 220 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #DCEB5E

Tints of Mindaro #DCEB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 40.07%
G = 42.81%
B = 17.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#DCEB5E (or 0xDCEB5E) is known color: Mindaro. HEX triplet: DC, EB and 5E. RGB value is (220,235,94). Sum of RGB (Red+Green+Blue) = 220+235+94=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB5E is #2314A1. Grayscale: #D6D6D6. Windows color (decimal): -2299042 or 6220764. OLE color: 6220764.

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

Color convert

RGB 220 235 94 -
CMYK 0.06 0 0.6 0.08
HSL 66.38º 0.78% 0.65% -
HSV(B) 66.38º 0.6% 0.92% -
XYZ 61.24 75.44 21.92 -
YUV 214.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 220 235 94 0.06 0 0.6 0.08 66.38 0.78 0.65
Hex DC EB 5E 6 0 3C 8 42 4E 41
Octal 334 353 136 6 0 74 10 102 116 101
Binary 11011100 11101011 1011110 110 0 111100 1000 1000010 1001110 1000001

Color Harmonies of #DCEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB5E

Black with #DCEB5E

Text Example


Text Example

White with #DCEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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