Html Css Color HEX #DFEB6A Mindaro

📋 copy color: '#DFEB6A'

red 223 ◦ green 235 ◦ blue 106

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

Shades of Mindaro #DFEB6A

Tints of Mindaro #DFEB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 39.54%
G = 41.67%
B = 18.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#DFEB6A (or 0xDFEB6A) is known color: Mindaro. HEX triplet: DF, EB and 6A. RGB value is (223,235,106). Sum of RGB (Red+Green+Blue) = 223+235+106=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB6A is #201495. Grayscale: #D9D9D9. Windows color (decimal): -2102422 or 7007199. OLE color: 7007199.

HSL color Cylindrical-coordinate representation of color #DFEB6A: hue angle of 65.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFEB6A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 106 -
CMYK 0.05 0 0.55 0.08
HSL 65.58º 0.76% 0.67% -
HSV(B) 65.58º 0.55% 0.92% -
XYZ 62.74 76.15 25.03 -
YUV 216.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 223 235 106 0.05 0 0.55 0.08 65.58 0.76 0.67
Hex DF EB 6A 5 0 37 8 42 4C 43
Octal 337 353 152 5 0 67 10 102 114 103
Binary 11011111 11101011 1101010 101 0 110111 1000 1000010 1001100 1000011

Color Harmonies of #DFEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB6A

Black with #DFEB6A

Text Example


Text Example

White with #DFEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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