Html Css Color HEX #DFE969 Mindaro

📋 copy color: '#DFE969'

red 223 ◦ green 233 ◦ blue 105

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

Shades of Mindaro #DFE969

Tints of Mindaro #DFE969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.72%

R = 39.75%
G = 41.53%
B = 18.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DFE969 (or 0xDFE969) is known color: Mindaro. HEX triplet: DF, E9 and 69. RGB value is (223,233,105). Sum of RGB (Red+Green+Blue) = 223+233+105=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE969 is #201696. Grayscale: #D7D7D7. Windows color (decimal): -2102935 or 6941151. OLE color: 6941151.

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

Color convert

RGB 223 233 105 -
CMYK 0.04 0 0.55 0.09
HSL 64.69º 0.74% 0.66% -
HSV(B) 64.69º 0.55% 0.91% -
XYZ 62.12 74.99 24.56 -
YUV 215.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 223 233 105 0.04 0 0.55 0.09 64.69 0.74 0.66
Hex DF E9 69 4 0 37 9 41 4A 42
Octal 337 351 151 4 0 67 11 101 112 102
Binary 11011111 11101001 1101001 100 0 110111 1001 1000001 1001010 1000010

Color Harmonies of #DFE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE969

Black with #DFE969

Text Example


Text Example

White with #DFE969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE969; }

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

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

background-color css

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

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

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

border-color css

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

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

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