Html Css Color HEX #DCE966 Mindaro

📋 copy color: '#DCE966'

red 220 ◦ green 233 ◦ blue 102

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

Shades of Mindaro #DCE966

Tints of Mindaro #DCE966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.38%

R = 39.64%
G = 41.98%
B = 18.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DCE966 (or 0xDCE966) is known color: Mindaro. HEX triplet: DC, E9 and 66. RGB value is (220,233,102). Sum of RGB (Red+Green+Blue) = 220+233+102=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE966 is #231699. Grayscale: #D6D6D6. Windows color (decimal): -2299546 or 6744540. OLE color: 6744540.

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

Color convert

RGB 220 233 102 -
CMYK 0.06 0 0.56 0.09
HSL 65.95º 0.75% 0.66% -
HSV(B) 65.95º 0.56% 0.91% -
XYZ 61.05 74.45 23.72 -
YUV 214.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 220 233 102 0.06 0 0.56 0.09 65.95 0.75 0.66
Hex DC E9 66 6 0 38 9 42 4B 42
Octal 334 351 146 6 0 70 11 102 113 102
Binary 11011100 11101001 1100110 110 0 111000 1001 1000010 1001011 1000010

Color Harmonies of #DCE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE966

Black with #DCE966

Text Example


Text Example

White with #DCE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE966; }

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

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

background-color css

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

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

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

border-color css

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

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

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