Html Css Color HEX #FFDD70 Sweet Corn

📋 copy color: '#FFDD70'

red 255 ◦ green 221 ◦ blue 112

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

Shades of Sweet Corn #FFDD70

Tints of Sweet Corn #FFDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.05%

R = 43.37%
G = 37.59%
B = 19.05%

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

#FFDD70 (or 0xFFDD70) is known color: Sweet Corn. HEX triplet: FF, DD and 70. RGB value is (255,221,112). Sum of RGB (Red+Green+Blue) = 255+221+112=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD70 is #00228F. Grayscale: #DBDBDB. Windows color (decimal): -8848 or 7396863. OLE color: 7396863.

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

Color convert

RGB 255 221 112 -
CMYK 0 0.13 0.56 0
HSL 45.73º 1% 0.72% -
HSV(B) 45.73º 0.56% 1% -
XYZ 70.02 74.14 25.95 -
YUV 218.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 255 221 112 0 0.13 0.56 0 45.73 1 0.72
Hex FF DD 70 0 D 38 0 2E 64 48
Octal 377 335 160 0 15 70 0 56 144 110
Binary 11111111 11011101 1110000 0 1101 111000 0 101110 1100100 1001000

Color Harmonies of #FFDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD70

Black with #FFDD70

Text Example


Text Example

White with #FFDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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