Html Css Color HEX #D0DF5F Mindaro

📋 copy color: '#D0DF5F'

red 208 ◦ green 223 ◦ blue 95

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

Shades of Mindaro #D0DF5F

Tints of Mindaro #D0DF5F

RGB

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

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

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

R = 39.54%
G = 42.4%
B = 18.06%

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

#D0DF5F (or 0xD0DF5F) is known color: Mindaro. HEX triplet: D0, DF and 5F. RGB value is (208,223,95). Sum of RGB (Red+Green+Blue) = 208+223+95=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DF5F is #2F20A0. Grayscale: #CCCCCC. Windows color (decimal): -3088545 or 6283216. OLE color: 6283216.

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

Color convert

RGB 208 223 95 -
CMYK 0.07 0 0.57 0.13
HSL 67.03º 0.67% 0.62% -
HSV(B) 67.03º 0.57% 0.87% -
XYZ 54.47 67.01 20.89 -
YUV 203.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 208 223 95 0.07 0 0.57 0.13 67.03 0.67 0.62
Hex D0 DF 5F 7 0 39 D 43 43 3E
Octal 320 337 137 7 0 71 15 103 103 76
Binary 11010000 11011111 1011111 111 0 111001 1101 1000011 1000011 111110

Color Harmonies of #D0DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DF5F

Black with #D0DF5F

Text Example


Text Example

White with #D0DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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