Html Css Color HEX #DFE973 Mindaro

📋 copy color: '#DFE973'

red 223 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #DFE973

Tints of Mindaro #DFE973

RGB

 RED value IS 223 (87.5% from 255) = 39.05%

 GREEN value IS 233 (91.41% from 255) = 40.81%

 BLUE value IS 115 (45.31% from 255) = 20.14%

R = 39.05%
G = 40.81%
B = 20.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DFE973 (or 0xDFE973) is known color: Mindaro. HEX triplet: DF, E9 and 73. RGB value is (223,233,115). Sum of RGB (Red+Green+Blue) = 223+233+115=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE973 is #20168C. Grayscale: #D9D9D9. Windows color (decimal): -2102925 or 7596511. OLE color: 7596511.

HSL color Cylindrical-coordinate representation of color #DFE973: hue angle of 65.08º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFE973 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 233 115 -
CMYK 0.04 0 0.51 0.09
HSL 65.08º 0.73% 0.68% -
HSV(B) 65.08º 0.51% 0.91% -
XYZ 62.66 75.2 27.43 -
YUV 216.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 223 233 115 0.04 0 0.51 0.09 65.08 0.73 0.68
Hex DF E9 73 4 0 33 9 41 49 44
Octal 337 351 163 4 0 63 11 101 111 104
Binary 11011111 11101001 1110011 100 0 110011 1001 1000001 1001001 1000100

Color Harmonies of #DFE973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE973

Black with #DFE973

Text Example


Text Example

White with #DFE973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE973; }

 p { color: rgb(223,233,115); }

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

background-color css

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

 a { background-color: rgb(223,233,115); }

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

border-color css

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

 span { border-color: rgb(223,233,115); }

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