Html Css Color HEX #FFDF6C Sweet Corn

📋 copy color: '#FFDF6C'

red 255 ◦ green 223 ◦ blue 108

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

Shades of Sweet Corn #FFDF6C

Tints of Sweet Corn #FFDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.43%

R = 43.52%
G = 38.05%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFDF6C (or 0xFFDF6C) is known color: Sweet Corn. HEX triplet: FF, DF and 6C. RGB value is (255,223,108). Sum of RGB (Red+Green+Blue) = 255+223+108=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6C is #002093. Grayscale: #DBDBDB. Windows color (decimal): -8340 or 7135231. OLE color: 7135231.

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

Color convert

RGB 255 223 108 -
CMYK 0 0.13 0.58 0
HSL 46.94º 1% 0.71% -
HSV(B) 46.94º 0.58% 1% -
XYZ 70.33 75.12 24.98 -
YUV 219.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 255 223 108 0 0.13 0.58 0 46.94 1 0.71
Hex FF DF 6C 0 D 3A 0 2F 64 47
Octal 377 337 154 0 15 72 0 57 144 107
Binary 11111111 11011111 1101100 0 1101 111010 0 101111 1100100 1000111

Color Harmonies of #FFDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF6C

Black with #FFDF6C

Text Example


Text Example

White with #FFDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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