Html Css Color HEX #FFDF70 Sweet Corn

📋 copy color: '#FFDF70'

red 255 ◦ green 223 ◦ blue 112

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

Shades of Sweet Corn #FFDF70

Tints of Sweet Corn #FFDF70

RGB

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

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

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

R = 43.22%
G = 37.8%
B = 18.98%

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

#FFDF70 (or 0xFFDF70) is known color: Sweet Corn. HEX triplet: FF, DF and 70. RGB value is (255,223,112). Sum of RGB (Red+Green+Blue) = 255+223+112=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF70 is #00208F. Grayscale: #DCDCDC. Windows color (decimal): -8336 or 7397375. OLE color: 7397375.

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

Color convert

RGB 255 223 112 -
CMYK 0 0.13 0.56 0
HSL 46.57º 1% 0.72% -
HSV(B) 46.57º 0.56% 1% -
XYZ 70.55 75.21 26.13 -
YUV 219.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 255 223 112 0 0.13 0.56 0 46.57 1 0.72
Hex FF DF 70 0 D 38 0 2F 64 48
Octal 377 337 160 0 15 70 0 57 144 110
Binary 11111111 11011111 1110000 0 1101 111000 0 101111 1100100 1001000

Color Harmonies of #FFDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF70

Black with #FFDF70

Text Example


Text Example

White with #FFDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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