Html Css Color HEX #FFDA6E Sweet Corn

📋 copy color: '#FFDA6E'

red 255 ◦ green 218 ◦ blue 110

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

Shades of Sweet Corn #FFDA6E

Tints of Sweet Corn #FFDA6E

RGB

 RED value IS 255 (100% from 255) = 43.74%

 GREEN value IS 218 (85.55% from 255) = 37.39%

 BLUE value IS 110 (43.36% from 255) = 18.87%

R = 43.74%
G = 37.39%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFDA6E (or 0xFFDA6E) is known color: Sweet Corn. HEX triplet: FF, DA and 6E. RGB value is (255,218,110). Sum of RGB (Red+Green+Blue) = 255+218+110=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA6E is #002591. Grayscale: #D9D9D9. Windows color (decimal): -9618 or 7265023. OLE color: 7265023.

HSL color Cylindrical-coordinate representation of color #FFDA6E: hue angle of 44.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFDA6E is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 110 -
CMYK 0 0.15 0.57 0
HSL 44.69º 1% 0.72% -
HSV(B) 44.69º 0.57% 1% -
XYZ 69.13 72.53 25.11 -
YUV 216.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 255 218 110 0 0.15 0.57 0 44.69 1 0.72
Hex FF DA 6E 0 F 39 0 2D 64 48
Octal 377 332 156 0 17 71 0 55 144 110
Binary 11111111 11011010 1101110 0 1111 111001 0 101101 1100100 1001000

Color Harmonies of #FFDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA6E

Black with #FFDA6E

Text Example


Text Example

White with #FFDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA6E; }

 p { color: rgb(255,218,110); }

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

background-color css

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

 a { background-color: rgb(255,218,110); }

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

border-color css

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

 span { border-color: rgb(255,218,110); }

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