Html Css Color HEX #DCEA66 Mindaro

📋 copy color: '#DCEA66'

red 220 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #DCEA66

Tints of Mindaro #DCEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

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

R = 39.57%
G = 42.09%
B = 18.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DCEA66 (or 0xDCEA66) is known color: Mindaro. HEX triplet: DC, EA and 66. RGB value is (220,234,102). Sum of RGB (Red+Green+Blue) = 220+234+102=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA66 is #231599. Grayscale: #D7D7D7. Windows color (decimal): -2299290 or 6744796. OLE color: 6744796.

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

Color convert

RGB 220 234 102 -
CMYK 0.06 0 0.56 0.08
HSL 66.36º 0.76% 0.66% -
HSV(B) 66.36º 0.56% 0.92% -
XYZ 61.34 75.02 23.82 -
YUV 214.77 64.36 131.73 -
System Red Green Blue C M Y K H S L
Decimal 220 234 102 0.06 0 0.56 0.08 66.36 0.76 0.66
Hex DC EA 66 6 0 38 8 42 4C 42
Octal 334 352 146 6 0 70 10 102 114 102
Binary 11011100 11101010 1100110 110 0 111000 1000 1000010 1001100 1000010

Color Harmonies of #DCEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA66

Black with #DCEA66

Text Example


Text Example

White with #DCEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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