Html Css Color HEX #D1DF61 Mindaro

📋 copy color: '#D1DF61'

red 209 ◦ green 223 ◦ blue 97

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

Shades of Mindaro #D1DF61

Tints of Mindaro #D1DF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 39.51%
G = 42.16%
B = 18.34%

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

#D1DF61 (or 0xD1DF61) is known color: Mindaro. HEX triplet: D1, DF and 61. RGB value is (209,223,97). Sum of RGB (Red+Green+Blue) = 209+223+97=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF61 is #2E209E. Grayscale: #CCCCCC. Windows color (decimal): -3023007 or 6414289. OLE color: 6414289.

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

Color convert

RGB 209 223 97 -
CMYK 0.06 0 0.57 0.13
HSL 66.67º 0.66% 0.63% -
HSV(B) 66.67º 0.57% 0.87% -
XYZ 54.84 67.19 21.39 -
YUV 204.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 209 223 97 0.06 0 0.57 0.13 66.67 0.66 0.63
Hex D1 DF 61 6 0 39 D 43 42 3F
Octal 321 337 141 6 0 71 15 103 102 77
Binary 11010001 11011111 1100001 110 0 111001 1101 1000011 1000010 111111

Color Harmonies of #D1DF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DF61

Black with #D1DF61

Text Example


Text Example

White with #D1DF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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