Html Css Color HEX #DCEB68 Mindaro

📋 copy color: '#DCEB68'

red 220 ◦ green 235 ◦ blue 104

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

Shades of Mindaro #DCEB68

Tints of Mindaro #DCEB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.6%

R = 39.36%
G = 42.04%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DCEB68 (or 0xDCEB68) is known color: Mindaro. HEX triplet: DC, EB and 68. RGB value is (220,235,104). Sum of RGB (Red+Green+Blue) = 220+235+104=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB68 is #231497. Grayscale: #D8D8D8. Windows color (decimal): -2299032 or 6876124. OLE color: 6876124.

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

Color convert

RGB 220 235 104 -
CMYK 0.06 0 0.56 0.08
HSL 66.87º 0.77% 0.66% -
HSV(B) 66.87º 0.56% 0.92% -
XYZ 61.72 75.63 24.44 -
YUV 215.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 220 235 104 0.06 0 0.56 0.08 66.87 0.77 0.66
Hex DC EB 68 6 0 38 8 43 4D 42
Octal 334 353 150 6 0 70 10 103 115 102
Binary 11011100 11101011 1101000 110 0 111000 1000 1000011 1001101 1000010

Color Harmonies of #DCEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB68

Black with #DCEB68

Text Example


Text Example

White with #DCEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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