Html Css Color HEX #DFE972 Mindaro

📋 copy color: '#DFE972'

red 223 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #DFE972

Tints of Mindaro #DFE972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20%

R = 39.12%
G = 40.88%
B = 20%

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

#DFE972 (or 0xDFE972) is known color: Mindaro. HEX triplet: DF, E9 and 72. RGB value is (223,233,114). Sum of RGB (Red+Green+Blue) = 223+233+114=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE972 is #20168D. Grayscale: #D8D8D8. Windows color (decimal): -2102926 or 7530975. OLE color: 7530975.

HSL color Cylindrical-coordinate representation of color #DFE972: hue angle of 65.04º 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 #DFE972 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 233 114 -
CMYK 0.04 0 0.51 0.09
HSL 65.04º 0.73% 0.68% -
HSV(B) 65.04º 0.51% 0.91% -
XYZ 62.61 75.18 27.13 -
YUV 216.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 223 233 114 0.04 0 0.51 0.09 65.04 0.73 0.68
Hex DF E9 72 4 0 33 9 41 49 44
Octal 337 351 162 4 0 63 11 101 111 104
Binary 11011111 11101001 1110010 100 0 110011 1001 1000001 1001001 1000100

Color Harmonies of #DFE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE972

Black with #DFE972

Text Example


Text Example

White with #DFE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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