Html Css Color HEX #D1DF7C Mindaro

📋 copy color: '#D1DF7C'

red 209 ◦ green 223 ◦ blue 124

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

Shades of Mindaro #D1DF7C

Tints of Mindaro #D1DF7C

RGB

 RED value IS 209 (82.03% from 255) = 37.59%

 GREEN value IS 223 (87.5% from 255) = 40.11%

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

R = 37.59%
G = 40.11%
B = 22.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D1DF7C (or 0xD1DF7C) is known color: Mindaro. HEX triplet: D1, DF and 7C. RGB value is (209,223,124). Sum of RGB (Red+Green+Blue) = 209+223+124=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF7C is #2E2083. Grayscale: #CFCFCF. Windows color (decimal): -3022980 or 8183761. OLE color: 8183761.

HSL color Cylindrical-coordinate representation of color #D1DF7C: hue angle of 68.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1DF7C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 124 -
CMYK 0.06 0 0.44 0.13
HSL 68.48º 0.61% 0.68% -
HSV(B) 68.48º 0.44% 0.87% -
XYZ 56.32 67.79 29.18 -
YUV 207.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 209 223 124 0.06 0 0.44 0.13 68.48 0.61 0.68
Hex D1 DF 7C 6 0 2C D 44 3D 44
Octal 321 337 174 6 0 54 15 104 75 104
Binary 11010001 11011111 1111100 110 0 101100 1101 1000100 111101 1000100

Color Harmonies of #D1DF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF7C

Black with #D1DF7C

Text Example


Text Example

White with #D1DF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF7C; }

 p { color: rgb(209,223,124); }

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

background-color css

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

 a { background-color: rgb(209,223,124); }

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

border-color css

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

 span { border-color: rgb(209,223,124); }

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