Html Css Color HEX #DCEB60 Mindaro

📋 copy color: '#DCEB60'

red 220 ◦ green 235 ◦ blue 96

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

Shades of Mindaro #DCEB60

Tints of Mindaro #DCEB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.42%

R = 39.93%
G = 42.65%
B = 17.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#DCEB60 (or 0xDCEB60) is known color: Mindaro. HEX triplet: DC, EB and 60. RGB value is (220,235,96). Sum of RGB (Red+Green+Blue) = 220+235+96=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB60 is #23149F. Grayscale: #D7D7D7. Windows color (decimal): -2299040 or 6351836. OLE color: 6351836.

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

Color convert

RGB 220 235 96 -
CMYK 0.06 0 0.59 0.08
HSL 66.47º 0.78% 0.65% -
HSV(B) 66.47º 0.59% 0.92% -
XYZ 61.33 75.48 22.4 -
YUV 214.67 61.03 131.8 -
System Red Green Blue C M Y K H S L
Decimal 220 235 96 0.06 0 0.59 0.08 66.47 0.78 0.65
Hex DC EB 60 6 0 3B 8 42 4E 41
Octal 334 353 140 6 0 73 10 102 116 101
Binary 11011100 11101011 1100000 110 0 111011 1000 1000010 1001110 1000001

Color Harmonies of #DCEB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB60

Black with #DCEB60

Text Example


Text Example

White with #DCEB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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