Html Css Color HEX #DCEB65 Mindaro

📋 copy color: '#DCEB65'

red 220 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #DCEB65

Tints of Mindaro #DCEB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 39.57%
G = 42.27%
B = 18.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DCEB65 (or 0xDCEB65) is known color: Mindaro. HEX triplet: DC, EB and 65. RGB value is (220,235,101). Sum of RGB (Red+Green+Blue) = 220+235+101=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB65 is #23149A. Grayscale: #D7D7D7. Windows color (decimal): -2299035 or 6679516. OLE color: 6679516.

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

Color convert

RGB 220 235 101 -
CMYK 0.06 0 0.57 0.08
HSL 66.72º 0.77% 0.66% -
HSV(B) 66.72º 0.57% 0.92% -
XYZ 61.57 75.57 23.65 -
YUV 215.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 220 235 101 0.06 0 0.57 0.08 66.72 0.77 0.66
Hex DC EB 65 6 0 39 8 43 4D 42
Octal 334 353 145 6 0 71 10 103 115 102
Binary 11011100 11101011 1100101 110 0 111001 1000 1000011 1001101 1000010

Color Harmonies of #DCEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB65

Black with #DCEB65

Text Example


Text Example

White with #DCEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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