Html Css Color HEX #D3E07C Mindaro

📋 copy color: '#D3E07C'

red 211 ◦ green 224 ◦ blue 124

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

Shades of Mindaro #D3E07C

Tints of Mindaro #D3E07C

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

 GREEN value IS 224 (87.89% from 255) = 40.07%

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

R = 37.75%
G = 40.07%
B = 22.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#D3E07C (or 0xD3E07C) is known color: Mindaro. HEX triplet: D3, E0 and 7C. RGB value is (211,224,124). Sum of RGB (Red+Green+Blue) = 211+224+124=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E07C is #2C1F83. Grayscale: #D1D1D1. Windows color (decimal): -2891652 or 8184019. OLE color: 8184019.

HSL color Cylindrical-coordinate representation of color #D3E07C: hue angle of 67.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3E07C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 124 -
CMYK 0.06 0 0.45 0.12
HSL 67.8º 0.62% 0.68% -
HSV(B) 67.8º 0.45% 0.88% -
XYZ 57.16 68.62 29.3 -
YUV 208.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 211 224 124 0.06 0 0.45 0.12 67.8 0.62 0.68
Hex D3 E0 7C 6 0 2D C 44 3E 44
Octal 323 340 174 6 0 55 14 104 76 104
Binary 11010011 11100000 1111100 110 0 101101 1100 1000100 111110 1000100

Color Harmonies of #D3E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E07C

Black with #D3E07C

Text Example


Text Example

White with #D3E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E07C; }

 p { color: rgb(211,224,124); }

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

background-color css

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

 a { background-color: rgb(211,224,124); }

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

border-color css

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

 span { border-color: rgb(211,224,124); }

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