#D1DF69

Color #D1DF69 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D1DF69

Tints of Mindaro #D1DF69

Color information

#D1DF69 (or 0xD1DF69) is unknown color: approx Mindaro. HEX triplet: D1, DF and 69. RGB value is (209,223,105). Sum of RGB (Red+Green+Blue) = 209+223+105=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF69 is #2E2096. Grayscale: #CDCDCD. Windows color (decimal): -3022999 or 6938577. OLE color: 6938577.

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

Color convert

RGB209223105-
CMYK0.0600.530.13
HSL67.12º64.84%64.31%-
HSV(B)67.12º52.91%87.45%-
XYZ55.2367.3523.45-
YUV205.3671.36130.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=38.92%
G=41.53%
B=19.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092231050.0600.530.1367.1264.8464.31
HexD1DF696035D434140
Octal321337151606515103101100
Binary1101000111011111110100111001101011101100001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DF69; }

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

 H1.HeaderClassName
 {
   color: #D1DF69;
 }
 .AnyTagClassName
 {
   color: #D1DF69;
 }
</style>
background-color css

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

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

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

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

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

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