Html Css Color HEX #DCEB7C Mindaro

📋 copy color: '#DCEB7C'

red 220 ◦ green 235 ◦ blue 124

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

Shades of Mindaro #DCEB7C

Tints of Mindaro #DCEB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 38%
G = 40.59%
B = 21.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DCEB7C (or 0xDCEB7C) is known color: Mindaro. HEX triplet: DC, EB and 7C. RGB value is (220,235,124). Sum of RGB (Red+Green+Blue) = 220+235+124=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB7C is #231483. Grayscale: #DADADA. Windows color (decimal): -2299012 or 8186844. OLE color: 8186844.

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

Color convert

RGB 220 235 124 -
CMYK 0.06 0 0.47 0.08
HSL 68.11º 0.74% 0.7% -
HSV(B) 68.11º 0.47% 0.92% -
XYZ 62.86 76.09 30.44 -
YUV 217.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 220 235 124 0.06 0 0.47 0.08 68.11 0.74 0.7
Hex DC EB 7C 6 0 2F 8 44 4A 46
Octal 334 353 174 6 0 57 10 104 112 106
Binary 11011100 11101011 1111100 110 0 101111 1000 1000100 1001010 1000110

Color Harmonies of #DCEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB7C

Black with #DCEB7C

Text Example


Text Example

White with #DCEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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