Html Css Color HEX #D0DF61 Mindaro

📋 copy color: '#D0DF61'

red 208 ◦ green 223 ◦ blue 97

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

Shades of Mindaro #D0DF61

Tints of Mindaro #D0DF61

RGB

 RED value IS 208 (81.64% from 255) = 39.39%

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

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

R = 39.39%
G = 42.23%
B = 18.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D0DF61 (or 0xD0DF61) is known color: Mindaro. HEX triplet: D0, DF and 61. RGB value is (208,223,97). Sum of RGB (Red+Green+Blue) = 208+223+97=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF61 is #2F209E. Grayscale: #CCCCCC. Windows color (decimal): -3088543 or 6414288. OLE color: 6414288.

HSL color Cylindrical-coordinate representation of color #D0DF61: hue angle of 67.14º 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 #D0DF61 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 223 97 -
CMYK 0.07 0 0.57 0.13
HSL 67.14º 0.66% 0.63% -
HSV(B) 67.14º 0.57% 0.87% -
XYZ 54.56 67.05 21.38 -
YUV 204.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 208 223 97 0.07 0 0.57 0.13 67.14 0.66 0.63
Hex D0 DF 61 7 0 39 D 43 42 3F
Octal 320 337 141 7 0 71 15 103 102 77
Binary 11010000 11011111 1100001 111 0 111001 1101 1000011 1000010 111111

Color Harmonies of #D0DF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DF61

Black with #D0DF61

Text Example


Text Example

White with #D0DF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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