Html Css Color HEX #DCE960 Mindaro

📋 copy color: '#DCE960'

red 220 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #DCE960

Tints of Mindaro #DCE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 40.07%
G = 42.44%
B = 17.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#DCE960 (or 0xDCE960) is known color: Mindaro. HEX triplet: DC, E9 and 60. RGB value is (220,233,96). Sum of RGB (Red+Green+Blue) = 220+233+96=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE960 is #23169F. Grayscale: #D6D6D6. Windows color (decimal): -2299552 or 6351324. OLE color: 6351324.

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

Color convert

RGB 220 233 96 -
CMYK 0.06 0 0.59 0.09
HSL 65.69º 0.76% 0.65% -
HSV(B) 65.69º 0.59% 0.91% -
XYZ 60.77 74.34 22.21 -
YUV 213.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 220 233 96 0.06 0 0.59 0.09 65.69 0.76 0.65
Hex DC E9 60 6 0 3B 9 42 4C 41
Octal 334 351 140 6 0 73 11 102 114 101
Binary 11011100 11101001 1100000 110 0 111011 1001 1000010 1001100 1000001

Color Harmonies of #DCE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE960

Black with #DCE960

Text Example


Text Example

White with #DCE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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