Html Css Color HEX #DCEB74 Mindaro

📋 copy color: '#DCEB74'

red 220 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #DCEB74

Tints of Mindaro #DCEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.16%

 BLUE value IS 116 (45.7% from 255) = 20.32%

R = 38.53%
G = 41.16%
B = 20.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DCEB74 (or 0xDCEB74) is known color: Mindaro. HEX triplet: DC, EB and 74. RGB value is (220,235,116). Sum of RGB (Red+Green+Blue) = 220+235+116=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB74 is #23148B. Grayscale: #D9D9D9. Windows color (decimal): -2299020 or 7662556. OLE color: 7662556.

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

Color convert

RGB 220 235 116 -
CMYK 0.06 0 0.51 0.08
HSL 67.56º 0.75% 0.69% -
HSV(B) 67.56º 0.51% 0.92% -
XYZ 62.38 75.89 27.88 -
YUV 216.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 220 235 116 0.06 0 0.51 0.08 67.56 0.75 0.69
Hex DC EB 74 6 0 33 8 44 4B 45
Octal 334 353 164 6 0 63 10 104 113 105
Binary 11011100 11101011 1110100 110 0 110011 1000 1000100 1001011 1000101

Color Harmonies of #DCEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB74

Black with #DCEB74

Text Example


Text Example

White with #DCEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB74; }

 p { color: rgb(220,235,116); }

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

background-color css

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

 a { background-color: rgb(220,235,116); }

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

border-color css

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

 span { border-color: rgb(220,235,116); }

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