Html Css Color HEX #DFE96A Mindaro

📋 copy color: '#DFE96A'

red 223 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #DFE96A

Tints of Mindaro #DFE96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.86%

R = 39.68%
G = 41.46%
B = 18.86%

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

#DFE96A (or 0xDFE96A) is known color: Mindaro. HEX triplet: DF, E9 and 6A. RGB value is (223,233,106). Sum of RGB (Red+Green+Blue) = 223+233+106=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE96A is #201695. Grayscale: #D8D8D8. Windows color (decimal): -2102934 or 7006687. OLE color: 7006687.

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

Color convert

RGB 223 233 106 -
CMYK 0.04 0 0.55 0.09
HSL 64.72º 0.74% 0.66% -
HSV(B) 64.72º 0.55% 0.91% -
XYZ 62.17 75.01 24.84 -
YUV 215.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 223 233 106 0.04 0 0.55 0.09 64.72 0.74 0.66
Hex DF E9 6A 4 0 37 9 41 4A 42
Octal 337 351 152 4 0 67 11 101 112 102
Binary 11011111 11101001 1101010 100 0 110111 1001 1000001 1001010 1000010

Color Harmonies of #DFE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE96A

Black with #DFE96A

Text Example


Text Example

White with #DFE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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