Html Css Color HEX #DCEB71 Mindaro

📋 copy color: '#DCEB71'

red 220 ◦ green 235 ◦ blue 113

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

Shades of Mindaro #DCEB71

Tints of Mindaro #DCEB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 38.73%
G = 41.37%
B = 19.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#DCEB71 (or 0xDCEB71) is known color: Mindaro. HEX triplet: DC, EB and 71. RGB value is (220,235,113). Sum of RGB (Red+Green+Blue) = 220+235+113=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB71 is #23148E. Grayscale: #D9D9D9. Windows color (decimal): -2299023 or 7465948. OLE color: 7465948.

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

Color convert

RGB 220 235 113 -
CMYK 0.06 0 0.52 0.08
HSL 67.38º 0.75% 0.68% -
HSV(B) 67.38º 0.52% 0.92% -
XYZ 62.2 75.82 26.98 -
YUV 216.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 220 235 113 0.06 0 0.52 0.08 67.38 0.75 0.68
Hex DC EB 71 6 0 34 8 43 4B 44
Octal 334 353 161 6 0 64 10 103 113 104
Binary 11011100 11101011 1110001 110 0 110100 1000 1000011 1001011 1000100

Color Harmonies of #DCEB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB71

Black with #DCEB71

Text Example


Text Example

White with #DCEB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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