Html Css Color HEX #DCEB83 Mindaro

📋 copy color: '#DCEB83'

red 220 ◦ green 235 ◦ blue 131

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

Shades of Mindaro #DCEB83

Tints of Mindaro #DCEB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 37.54%
G = 40.1%
B = 22.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#DCEB83 (or 0xDCEB83) is known color: Mindaro. HEX triplet: DC, EB and 83. RGB value is (220,235,131). Sum of RGB (Red+Green+Blue) = 220+235+131=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB83 is #23147C. Grayscale: #DBDBDB. Windows color (decimal): -2299005 or 8645596. OLE color: 8645596.

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

Color convert

RGB 220 235 131 -
CMYK 0.06 0 0.44 0.08
HSL 68.65º 0.72% 0.72% -
HSV(B) 68.65º 0.44% 0.92% -
XYZ 63.32 76.27 32.86 -
YUV 218.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 220 235 131 0.06 0 0.44 0.08 68.65 0.72 0.72
Hex DC EB 83 6 0 2C 8 45 48 48
Octal 334 353 203 6 0 54 10 105 110 110
Binary 11011100 11101011 10000011 110 0 101100 1000 1000101 1001000 1001000

Color Harmonies of #DCEB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB83

Black with #DCEB83

Text Example


Text Example

White with #DCEB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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