Html Css Color HEX #FFDC72 Sweet Corn

📋 copy color: '#FFDC72'

red 255 ◦ green 220 ◦ blue 114

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

Shades of Sweet Corn #FFDC72

Tints of Sweet Corn #FFDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.35%

R = 43.29%
G = 37.35%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFDC72 (or 0xFFDC72) is known color: Sweet Corn. HEX triplet: FF, DC and 72. RGB value is (255,220,114). Sum of RGB (Red+Green+Blue) = 255+220+114=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC72 is #00238D. Grayscale: #DADADA. Windows color (decimal): -9102 or 7527679. OLE color: 7527679.

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

Color convert

RGB 255 220 114 -
CMYK 0 0.14 0.55 0
HSL 45.11º 1% 0.72% -
HSV(B) 45.11º 0.55% 1% -
XYZ 69.87 73.66 26.46 -
YUV 218.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 255 220 114 0 0.14 0.55 0 45.11 1 0.72
Hex FF DC 72 0 E 37 0 2D 64 48
Octal 377 334 162 0 16 67 0 55 144 110
Binary 11111111 11011100 1110010 0 1110 110111 0 101101 1100100 1001000

Color Harmonies of #FFDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC72

Black with #FFDC72

Text Example


Text Example

White with #FFDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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