Html Css Color HEX #DCEB82 Mindaro

📋 copy color: '#DCEB82'

red 220 ◦ green 235 ◦ blue 130

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

Shades of Mindaro #DCEB82

Tints of Mindaro #DCEB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.22%

R = 37.61%
G = 40.17%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DCEB82 (or 0xDCEB82) is known color: Mindaro. HEX triplet: DC, EB and 82. RGB value is (220,235,130). Sum of RGB (Red+Green+Blue) = 220+235+130=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB82 is #23147D. Grayscale: #DADADA. Windows color (decimal): -2299006 or 8580060. OLE color: 8580060.

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

Color convert

RGB 220 235 130 -
CMYK 0.06 0 0.45 0.08
HSL 68.57º 0.72% 0.72% -
HSV(B) 68.57º 0.45% 0.92% -
XYZ 63.25 76.24 32.5 -
YUV 218.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 220 235 130 0.06 0 0.45 0.08 68.57 0.72 0.72
Hex DC EB 82 6 0 2D 8 45 48 48
Octal 334 353 202 6 0 55 10 105 110 110
Binary 11011100 11101011 10000010 110 0 101101 1000 1000101 1001000 1001000

Color Harmonies of #DCEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB82

Black with #DCEB82

Text Example


Text Example

White with #DCEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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