Html Css Color HEX #DCE962 Mindaro

📋 copy color: '#DCE962'

red 220 ◦ green 233 ◦ blue 98

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

Shades of Mindaro #DCE962

Tints of Mindaro #DCE962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.79%

R = 39.93%
G = 42.29%
B = 17.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DCE962 (or 0xDCE962) is known color: Mindaro. HEX triplet: DC, E9 and 62. RGB value is (220,233,98). Sum of RGB (Red+Green+Blue) = 220+233+98=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE962 is #23169D. Grayscale: #D6D6D6. Windows color (decimal): -2299550 or 6482396. OLE color: 6482396.

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

Color convert

RGB 220 233 98 -
CMYK 0.06 0 0.58 0.09
HSL 65.78º 0.75% 0.65% -
HSV(B) 65.78º 0.58% 0.91% -
XYZ 60.86 74.38 22.7 -
YUV 213.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 220 233 98 0.06 0 0.58 0.09 65.78 0.75 0.65
Hex DC E9 62 6 0 3A 9 42 4B 41
Octal 334 351 142 6 0 72 11 102 113 101
Binary 11011100 11101001 1100010 110 0 111010 1001 1000010 1001011 1000001

Color Harmonies of #DCE962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE962

Black with #DCE962

Text Example


Text Example

White with #DCE962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE962; }

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

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

background-color css

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

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

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

border-color css

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

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

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