Html Css Color HEX #DCEB70 Mindaro

📋 copy color: '#DCEB70'

red 220 ◦ green 235 ◦ blue 112

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

Shades of Mindaro #DCEB70

Tints of Mindaro #DCEB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 38.8%
G = 41.45%
B = 19.75%

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

#DCEB70 (or 0xDCEB70) is known color: Mindaro. HEX triplet: DC, EB and 70. RGB value is (220,235,112). Sum of RGB (Red+Green+Blue) = 220+235+112=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB70 is #23148F. Grayscale: #D8D8D8. Windows color (decimal): -2299024 or 7400412. OLE color: 7400412.

HSL color Cylindrical-coordinate representation of color #DCEB70: hue angle of 67.32º 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 #DCEB70 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 112 -
CMYK 0.06 0 0.52 0.08
HSL 67.32º 0.75% 0.68% -
HSV(B) 67.32º 0.52% 0.92% -
XYZ 62.15 75.8 26.68 -
YUV 216.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 220 235 112 0.06 0 0.52 0.08 67.32 0.75 0.68
Hex DC EB 70 6 0 34 8 43 4B 44
Octal 334 353 160 6 0 64 10 103 113 104
Binary 11011100 11101011 1110000 110 0 110100 1000 1000011 1001011 1000100

Color Harmonies of #DCEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB70

Black with #DCEB70

Text Example


Text Example

White with #DCEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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