Html Css Color HEX #DFE970 Mindaro

📋 copy color: '#DFE970'

red 223 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #DFE970

Tints of Mindaro #DFE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 39.26%
G = 41.02%
B = 19.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DFE970 (or 0xDFE970) is known color: Mindaro. HEX triplet: DF, E9 and 70. RGB value is (223,233,112). Sum of RGB (Red+Green+Blue) = 223+233+112=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE970 is #20168F. Grayscale: #D8D8D8. Windows color (decimal): -2102928 or 7399903. OLE color: 7399903.

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

Color convert

RGB 223 233 112 -
CMYK 0.04 0 0.52 0.09
HSL 64.96º 0.73% 0.68% -
HSV(B) 64.96º 0.52% 0.91% -
XYZ 62.49 75.14 26.54 -
YUV 216.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 223 233 112 0.04 0 0.52 0.09 64.96 0.73 0.68
Hex DF E9 70 4 0 34 9 41 49 44
Octal 337 351 160 4 0 64 11 101 111 104
Binary 11011111 11101001 1110000 100 0 110100 1001 1000001 1001001 1000100

Color Harmonies of #DFE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE970

Black with #DFE970

Text Example


Text Example

White with #DFE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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