Html Css Color HEX #FFDA6D Sweet Corn

📋 copy color: '#FFDA6D'

red 255 ◦ green 218 ◦ blue 109

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

Shades of Sweet Corn #FFDA6D

Tints of Sweet Corn #FFDA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.73%

R = 43.81%
G = 37.46%
B = 18.73%

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

#FFDA6D (or 0xFFDA6D) is known color: Sweet Corn. HEX triplet: FF, DA and 6D. RGB value is (255,218,109). Sum of RGB (Red+Green+Blue) = 255+218+109=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA6D is #002592. Grayscale: #D9D9D9. Windows color (decimal): -9619 or 7199487. OLE color: 7199487.

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

Color convert

RGB 255 218 109 -
CMYK 0 0.15 0.57 0
HSL 44.79º 1% 0.71% -
HSV(B) 44.79º 0.57% 1% -
XYZ 69.07 72.51 24.82 -
YUV 216.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 255 218 109 0 0.15 0.57 0 44.79 1 0.71
Hex FF DA 6D 0 F 39 0 2D 64 47
Octal 377 332 155 0 17 71 0 55 144 107
Binary 11111111 11011010 1101101 0 1111 111001 0 101101 1100100 1000111

Color Harmonies of #FFDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA6D

Black with #FFDA6D

Text Example


Text Example

White with #FFDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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