Html Css Color HEX #FFDF7C Sweet Corn

📋 copy color: '#FFDF7C'

red 255 ◦ green 223 ◦ blue 124

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

Shades of Sweet Corn #FFDF7C

Tints of Sweet Corn #FFDF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 124 (48.83% from 255) = 20.6%

R = 42.36%
G = 37.04%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFDF7C (or 0xFFDF7C) is known color: Sweet Corn. HEX triplet: FF, DF and 7C. RGB value is (255,223,124). Sum of RGB (Red+Green+Blue) = 255+223+124=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF7C is #002083. Grayscale: #DDDDDD. Windows color (decimal): -8324 or 8183807. OLE color: 8183807.

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

Color convert

RGB 255 223 124 -
CMYK 0 0.13 0.51 0
HSL 45.34º 1% 0.74% -
HSV(B) 45.34º 0.51% 1% -
XYZ 71.27 75.49 29.88 -
YUV 221.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 255 223 124 0 0.13 0.51 0 45.34 1 0.74
Hex FF DF 7C 0 D 33 0 2D 64 4A
Octal 377 337 174 0 15 63 0 55 144 112
Binary 11111111 11011111 1111100 0 1101 110011 0 101101 1100100 1001010

Color Harmonies of #FFDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF7C

Black with #FFDF7C

Text Example


Text Example

White with #FFDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF7C; }

 p { color: rgb(255,223,124); }

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

background-color css

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

 a { background-color: rgb(255,223,124); }

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

border-color css

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

 span { border-color: rgb(255,223,124); }

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