Html Css Color HEX #DCEA6B Mindaro

📋 copy color: '#DCEA6B'

red 220 ◦ green 234 ◦ blue 107

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

Shades of Mindaro #DCEA6B

Tints of Mindaro #DCEA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.07%

R = 39.22%
G = 41.71%
B = 19.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DCEA6B (or 0xDCEA6B) is known color: Mindaro. HEX triplet: DC, EA and 6B. RGB value is (220,234,107). Sum of RGB (Red+Green+Blue) = 220+234+107=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA6B is #231594. Grayscale: #D7D7D7. Windows color (decimal): -2299285 or 7072476. OLE color: 7072476.

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

Color convert

RGB 220 234 107 -
CMYK 0.06 0 0.54 0.08
HSL 66.61º 0.75% 0.67% -
HSV(B) 66.61º 0.54% 0.92% -
XYZ 61.59 75.12 25.16 -
YUV 215.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 220 234 107 0.06 0 0.54 0.08 66.61 0.75 0.67
Hex DC EA 6B 6 0 36 8 43 4B 43
Octal 334 352 153 6 0 66 10 103 113 103
Binary 11011100 11101010 1101011 110 0 110110 1000 1000011 1001011 1000011

Color Harmonies of #DCEA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA6B

Black with #DCEA6B

Text Example


Text Example

White with #DCEA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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