Html Css Color HEX #FFDC6D Sweet Corn

📋 copy color: '#FFDC6D'

red 255 ◦ green 220 ◦ blue 109

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

Shades of Sweet Corn #FFDC6D

Tints of Sweet Corn #FFDC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 43.66%
G = 37.67%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFDC6D (or 0xFFDC6D) is known color: Sweet Corn. HEX triplet: FF, DC and 6D. RGB value is (255,220,109). Sum of RGB (Red+Green+Blue) = 255+220+109=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 109 (42.97% from 255 or 18.66% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC6D is #002392. Grayscale: #DADADA. Windows color (decimal): -9107 or 7199999. OLE color: 7199999.

HSL color Cylindrical-coordinate representation of color #FFDC6D: hue angle of 45.62º 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 #FFDC6D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 109 -
CMYK 0 0.14 0.57 0
HSL 45.62º 1% 0.71% -
HSV(B) 45.62º 0.57% 1% -
XYZ 69.59 73.55 25 -
YUV 217.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 255 220 109 0 0.14 0.57 0 45.62 1 0.71
Hex FF DC 6D 0 E 39 0 2E 64 47
Octal 377 334 155 0 16 71 0 56 144 107
Binary 11111111 11011100 1101101 0 1110 111001 0 101110 1100100 1000111

Color Harmonies of #FFDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC6D

Black with #FFDC6D

Text Example


Text Example

White with #FFDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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