Html Css Color HEX #FFDF6B Sweet Corn

📋 copy color: '#FFDF6B'

red 255 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #FFDF6B

Tints of Sweet Corn #FFDF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.29%

R = 43.59%
G = 38.12%
B = 18.29%

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

#FFDF6B (or 0xFFDF6B) is known color: Sweet Corn. HEX triplet: FF, DF and 6B. RGB value is (255,223,107). Sum of RGB (Red+Green+Blue) = 255+223+107=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF6B is #002094. Grayscale: #DBDBDB. Windows color (decimal): -8341 or 7069695. OLE color: 7069695.

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

Color convert

RGB 255 223 107 -
CMYK 0 0.13 0.58 0
HSL 47.03º 1% 0.71% -
HSV(B) 47.03º 0.58% 1% -
XYZ 70.28 75.1 24.7 -
YUV 219.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 255 223 107 0 0.13 0.58 0 47.03 1 0.71
Hex FF DF 6B 0 D 3A 0 2F 64 47
Octal 377 337 153 0 15 72 0 57 144 107
Binary 11111111 11011111 1101011 0 1101 111010 0 101111 1100100 1000111

Color Harmonies of #FFDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF6B

Black with #FFDF6B

Text Example


Text Example

White with #FFDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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