Html Css Color HEX #DCEB5F Mindaro

📋 copy color: '#DCEB5F'

red 220 ◦ green 235 ◦ blue 95

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

Shades of Mindaro #DCEB5F

Tints of Mindaro #DCEB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.27%

R = 40%
G = 42.73%
B = 17.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#DCEB5F (or 0xDCEB5F) is known color: Mindaro. HEX triplet: DC, EB and 5F. RGB value is (220,235,95). Sum of RGB (Red+Green+Blue) = 220+235+95=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB5F is #2314A0. Grayscale: #D7D7D7. Windows color (decimal): -2299041 or 6286300. OLE color: 6286300.

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

Color convert

RGB 220 235 95 -
CMYK 0.06 0 0.60 0.08
HSL 66.43º 0.78% 0.65% -
HSV(B) 66.43º 0.6% 0.92% -
XYZ 61.29 75.46 22.16 -
YUV 214.56 60.53 131.88 -
System Red Green Blue C M Y K H S L
Decimal 220 235 95 0.06 0 0.60 0.08 66.43 0.78 0.65
Hex DC EB 5F 6 0 3C 8 42 4E 41
Octal 334 353 137 6 0 74 10 102 116 101
Binary 11011100 11101011 1011111 110 0 111100 1000 1000010 1001110 1000001

Color Harmonies of #DCEB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB5F

Black with #DCEB5F

Text Example


Text Example

White with #DCEB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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