Html Css Color HEX #FFDD6F Sweet Corn

📋 copy color: '#FFDD6F'

red 255 ◦ green 221 ◦ blue 111

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

Shades of Sweet Corn #FFDD6F

Tints of Sweet Corn #FFDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 111 (43.75% from 255) = 18.91%

R = 43.44%
G = 37.65%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFDD6F (or 0xFFDD6F) is known color: Sweet Corn. HEX triplet: FF, DD and 6F. RGB value is (255,221,111). Sum of RGB (Red+Green+Blue) = 255+221+111=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD6F is #002290. Grayscale: #DBDBDB. Windows color (decimal): -8849 or 7331327. OLE color: 7331327.

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

Color convert

RGB 255 221 111 -
CMYK 0 0.13 0.56 0
HSL 45.83º 1% 0.72% -
HSV(B) 45.83º 0.56% 1% -
XYZ 69.97 74.12 25.66 -
YUV 218.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 255 221 111 0 0.13 0.56 0 45.83 1 0.72
Hex FF DD 6F 0 D 38 0 2E 64 48
Octal 377 335 157 0 15 70 0 56 144 110
Binary 11111111 11011101 1101111 0 1101 111000 0 101110 1100100 1001000

Color Harmonies of #FFDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD6F

Black with #FFDD6F

Text Example


Text Example

White with #FFDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD6F; }

 p { color: rgb(255,221,111); }

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

background-color css

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

 a { background-color: rgb(255,221,111); }

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

border-color css

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

 span { border-color: rgb(255,221,111); }

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