Html Css Color HEX #FFDF7A Sweet Corn

📋 copy color: '#FFDF7A'

red 255 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FFDF7A

Tints of Sweet Corn #FFDF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.33%

R = 42.5%
G = 37.17%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFDF7A (or 0xFFDF7A) is known color: Sweet Corn. HEX triplet: FF, DF and 7A. RGB value is (255,223,122). Sum of RGB (Red+Green+Blue) = 255+223+122=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF7A is #002085. Grayscale: #DDDDDD. Windows color (decimal): -8326 or 8052735. OLE color: 8052735.

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

Color convert

RGB 255 223 122 -
CMYK 0 0.13 0.52 0
HSL 45.56º 1% 0.74% -
HSV(B) 45.56º 0.52% 1% -
XYZ 71.14 75.44 29.22 -
YUV 221.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 255 223 122 0 0.13 0.52 0 45.56 1 0.74
Hex FF DF 7A 0 D 34 0 2E 64 4A
Octal 377 337 172 0 15 64 0 56 144 112
Binary 11111111 11011111 1111010 0 1101 110100 0 101110 1100100 1001010

Color Harmonies of #FFDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF7A

Black with #FFDF7A

Text Example


Text Example

White with #FFDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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