Html Css Color HEX #D1DF5F Mindaro

📋 copy color: '#D1DF5F'

red 209 ◦ green 223 ◦ blue 95

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

Shades of Mindaro #D1DF5F

Tints of Mindaro #D1DF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 39.66%
G = 42.31%
B = 18.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D1DF5F (or 0xD1DF5F) is known color: Mindaro. HEX triplet: D1, DF and 5F. RGB value is (209,223,95). Sum of RGB (Red+Green+Blue) = 209+223+95=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF5F is #2E20A0. Grayscale: #CCCCCC. Windows color (decimal): -3023009 or 6283217. OLE color: 6283217.

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

Color convert

RGB 209 223 95 -
CMYK 0.06 0 0.57 0.13
HSL 66.56º 0.67% 0.62% -
HSV(B) 66.56º 0.57% 0.87% -
XYZ 54.75 67.16 20.9 -
YUV 204.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 209 223 95 0.06 0 0.57 0.13 66.56 0.67 0.62
Hex D1 DF 5F 6 0 39 D 43 43 3E
Octal 321 337 137 6 0 71 15 103 103 76
Binary 11010001 11011111 1011111 110 0 111001 1101 1000011 1000011 111110

Color Harmonies of #D1DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF5F

Black with #D1DF5F

Text Example


Text Example

White with #D1DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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